
ul, li {
	/*background: rgba(0,0,0,0) !important;
	padding: 0 !important;
	margin: 0 !important;*/
}

.site-content .entry-content {
	/* max-width: 800px !important; */
}


div.kxls_section {
	font-family: Lato,sans-serif;
	font-size: 12px;
	line-height: 11px;
}

div.kxls_section table {
	line-height: 1.1;
	empty-cells: show;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-size: 70%;
	width: 100%;
}

div.kxls_section table tr td, div.kxls_section table tr th {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
	vertical-align: baseline;
	text-align: left;
}

div.kxls_section table tr th {
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 1px;
	text-align: left;
}

div.kxls_section table.kxls_small  tr td, div.kxls_section table.kxls_small  tr th {
	/*font-size: 11px;
	line-height: 11px;
	padding: 4px;*/
}


.entry-content table.kxls_small {
	margin-bottom: 12px;
}

.kxls_subtable {
	clear: both;
	margin-top: 25px;
}

.kxlstable th {
	background-color: #555;
	color: #fff;
}

.kxlstable tr td {
	padding: 3px;
	vertical-align: top;
}
.kxlstable tr td.kcal {
	text-align: left;
}
.kxlstable tr {
	background-color: #fbfbfb;
}
.kxlstable tr.odd {
	background-color: #ededed;
}

.kxlstable td span {
	font-size: 16px;
	font-weight: 700;
}


td.kxls_logo img {
	width: 50px;
}

.kxls_section {
	clear: both;
	margin-bottom: 18px;
}
.kxls_section.poweredby {
	font-size: 8px;
	line-height: 6px;
	color: #999;
}
.kxls_section.poweredby a {
	text-decoration: none;
}
.kxls_section.copyright {
	display:none;
}



/*------------- Styles from isotopes ---------------------------------------*/

#options {
	padding-bottom: 2px;
}

#options h3 {
	margin-bottom: 0.2em;
	font-size: 15px;
}

#options h4 { 
	font-weight: bold;
}

#options ul {
	margin: 0;
	list-style: none;
}

#options ul ul {
	margin-left: 1.5em;
}

#options li {
	float: left;
	margin: 0 0 0.2em 0;
	list-style-type: none;
}

#options li a {
	display: block;
	padding: 0.4em 0.5em;
	background-color: #DDD;
	color: #222;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );*/
}
#options li a.zero {
	font-weight: normal;
}

#options li a:hover {
	background-color: #5BF;
	text-decoration: underline;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
	border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
	border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
	border-radius: 5px 0 0 5px;
	border-left: none;
}

#options li:last-child a {
  border-radius: 0 5px 5px 0;
}

#options li a.selected {
  /*background-color: #13F;*/
  background-color: #222;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 24px;
}

#options .option-combo ul {
	margin-right: 20px;
	margin-left: 0px;
	display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
	line-height: 34px;
	margin-bottom: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

