/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

@media screen and (min-width: 786px) {
    #navigation{
    margin-top: 1.8em;
  }
}


/* START COMPARISON TABLE STYLES */
/* http://www.ericsestimate.com/comparison-table-generator/ */

/* START COMPARISON TABLE STYLES */
#comparetable {width: 100%; table-layout: fixed; text-align: center; margin: 4em 0; border-collapse: collapse; }
#comparetable tr {background: transparent!important;}
#comparetable td,
#comparetable th {padding: 20px; text-align: center;}
#comparetable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .highoctane th {
  background: #f0b160; /* Old browsers */
  background: -moz-linear-gradient(top, #f0b160 51%, #f19e33 51%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#f0b160), color-stop(51%,#f19e33)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0b160 51%,#f19e33 51%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0b160 51%,#f19e33 51%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0b160 51%,#f19e33 51%); /* IE10+ */
  background: linear-gradient(to bottom, #f0b160 51%,#f19e33 51%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b160', endColorstr='#f19e33',GradientType=0 ); /* IE6-9 */
  font-size: 28px; 
  color: #591f00; 
  text-align: center; 
  font-weight: 600; 
  text-shadow: 0 1px 0 #f4ce9e; 
  border: 1px solid #9fb6c8;
}
 .highoctane td {background-color: #f0f1f1; border: 1px solid #c8d6e2;} 
  .highoctane td.rowTitle {font-size: 18px;}
/* END COMPARISON TABLE STYLES */

