﻿table#scrollable {
			text-align: left;
			font-size: 12px;
			font-family: verdana;
			background-color: #000000;
			
		}
 
		table#scrollable thead tr,
		table#scrollable tfoot tr {
			background-color: #FFBD21;
			color: ##BFBFBF;
		}
 
		table#scrollable tbody tr {
			background-color: #2A2A2A;
                        color: #BFBFBF;
		}
 
		
