/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
table { border-radius: 3px; margin: 0 0 18px;border-bottom: 1px; }
table thead, table tfoot { background: none repeat scroll 0 0 #f8ca5b; color: #000; text-align: center; font-weight: bold; }
td, th { padding: 2px 0 2px 10px; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { font-size: 12px;line-height: 18px;text-align: left; }
table thead tr th, table tfoot tr td { color: #222222; font-size: 14px; font-weight: bold; padding: 8px 10px 9px; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: medium none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: medium none; }
table tbody tr.even, table tbody tr.alt { background: none repeat scroll 0 0 #F9F9F9; }
table tbody tr:nth-child(2n) { background: none repeat scroll 0 0 #FFF; }
table tbody tr td { border: medium none; color: #333333; padding: 9px 10px; vertical-align: top; }
.lefttable { float: left; }
.righttable { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hide { display: none; }
.highlight { background: none repeat scroll 0 0 #FFFF00; }

/* Mobile */
@media only screen and (max-width: 1199px) {
	table.responsive { margin-bottom: 0; }
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; 
		border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: #ECEAEA solid 1px;}
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: #ECEAEA solid 1px; }
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { 
		display: none; }
}

table tbody tr:nth-child(2n-1) {
    background: none repeat scroll 0 0 #ECECEB;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color:transparent;
}