/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

.tc-table, td{
	font:13px 'Lato', sans-serif;
}
.tc-table{width:100%;}
.tc-table th{background:#dddddd;}
.tc-table td{text-align:center;padding:.5em;border:1px solid #fff;}
.tc-table td{background:#FFFFFF;}

/* tablecloth styles */

.tc-table tr.even .tc-table td{background:#FFFFFF;}
.tc-tabletr.odd .tc-table td{background:#EEEEEE;}

.tc-table th.over, .tc-table tr.even .tc-table th.over, .tc-table tr.odd .tc-table th.over{background:#3498DB;}
.tc-table th.down, .tc-table tr.even .tc-table th.down, .tc-table tr.odd .tc-table th.down{background:#bce774;}
.tc-table th.selected, .tc-table tr.even .tc-table th.selected, .tc-table tr.odd th.selected{}

.tc-table td.over, .tc-table tr.even .tc-table td.over, .tc-table tr.odd td.over{
	background-color: #F3F58B;
}
.tc-table td.down, .tc-table tr.even .tc-table td.down, .tc-table tr.odd .tc-table td.down{background:#CCCCCC;color:#000000;}
.tc-table td.selected, .tc-table tr.even .tc-table td.selected, .tc-table tr.odd .tc-table td.selected{background:#CCCCCC;color:#000000;}

/* use this if you want to apply different styleing to empty table cells*/
.tc-table td.empty, .tc-table tr.odd td.empty, .tc-table tr.even .tc-table td.empty{background:#fff;}

.tc-table td.gray {background-color:#DDD;}


@media(min-width:992px) and (max-width:1199px){
.tc-table{width:100%;}	
	
}
	
@media(min-width:768px) and (max-width:991px){
.tc-table{width:50%; font-size:12px;}	
.tc-table th  {padding:1px;}
}

@media(max-width:767px){
	.tc-table{width:80%;}
}