@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */
  

table {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
	line-height: 100%;
	float: left;
	clear: left;
	margin-bottom: 1%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	width: 100%;
	border-left-color: #6F6F6F;
	border-left-width: 0px;
	border-bottom: 1px solid #6F6F6F;
}

.halfWidth {
font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
	line-height: 100%;
	float: left;
	clear: left;
	margin-bottom: 1%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	width: 49%;
}

td, th {
font-family: 'Encode Sans Condensed', sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-top: .4em;
	padding-bottom: .4em;
	padding-left: .3em;
	padding-right: .3em;
}

tr:nth-child(odd) {
	background-color: #F5F5F5
}

tr:nth-child(even) {
	background: #FFF
	}

th {
	margin-bottom: 2%;
	font-weight: 600;
}

.bordr	{
	border-color: #9E9E9E;
	border-left-width: 1px;
	border-left-style: solid;
}



.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


table {
	font-size: 78%;
	margin-bottom: 2%;
}

.halfWidth {
}

td, th {
}

tr:nth-child(even) {
	}

tr:nth-child(odd) {
	}


td {
}

th {
}

.bordr	{
}



.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


table {
	font-size: 84%;
}

.halfWidth {
}

td, th {
}

tr:nth-child(even) {
	}

tr:nth-child(odd) {
	}

td {
}

th {
}

.bordr	{
}


.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
