/*html { height:auto; min-height:100%; 
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1);
	}*/
body {
	font-family: Tahoma, sans-serif;
	font-size:14px;
	background:lightgray;	
	background:#003333;
	
}
a:link {
    color:#333;
	text-decoration:none;
}
a:hover{
color: #fff
}

.center {
    margin: auto;
    max-width: 780px;
	
	}
	
table {
color: #333; /* Lighten up font color */
width: 100%;
border-collapse: collapse;
border-spacing: 0
}

td, th { border: 1px solid #CCC; height: 35px; padding-left:8px; } /* Make cells a bit taller */

th { background:#003366;
color:#FFFF00;
font-weight: bold; /* Make sure they're bold */
}

td {
background: #FAFAFA; /* Lighter grey background */

}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td { background: #F1F1F1; }  

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td { background: #FEFEFE; } 

tbody:hover a:link td{
color:#CCCCCC;
}

tbody:hover tr:hover td { background: #99CCFF; color: #000000 !important; } /* Hover cell effect! */

.rt-breakpoint {
	display: none;
}

.mobile-table {
	border:1px solid #ccc;
}

.mobile-table thead {
	display: none;
}

.mobile-table tr,
.mobile-table td {
	display: block;
	padding-top:5px;
	box-sizing: border-box;
	width:100%!important;
	border:none;
}

.mobile-table td[data-title]:before {
    content: attr(data-title) ":\00A0";
        font-weight: bold;
}

@media only screen and (max-width: 780px) {
.rwd-table {
	border:1px solid #ccc;
}

.rwd-table thead {
	display: none;
}

.rwd-table tr,
.rwd-table td {
	display: block;
	padding-top:5px;
	box-sizing: border-box;
	width:100%!important;
	border:none;
}

.rwd-table td[data-title]:before {
    content: attr(data-title) ":\00A0";
        font-weight: bold;
}
}






