#my-final-table th {
    background: #3B3B3B;
	padding:5px;
}
#my-final-table th a {
    color: #fff;
    text-decoration: none;
}
#my-final-table th a:hover {
    color: #fff;
    text-decoration: underline;
}
#my-final-table tr {
    color: #FFF;
}
#my-final-table td {
	padding:5px;
	border: 1px solid #045C1F;
	background: rgba(24, 24, 24, 0.95);
	color:white;
}
body{
    background-color: black;
}

.listtable{
	width:100%;
	height:100%;
	margin:0;
	border-spacing:0;
	border-collapse: collapse;
}
.t1{
	height:17px;
	text-align:left;
	min-width:120px;
}
.t2{
	text-align:left;
}
.t3{
	min-width:75px;
	text-align:left;
}
.t4{
	min-width:100px;
	text-align:left;
}
.t5{
	text-align:center;
	min-width:60px;
}
