html {
    background: #37474f !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    color: white;
    height: 100%;
} 
body{ 
    margin: 0px;
	background:transparent;
	color:white;
	line-height:1.4 !important;
}  
 
.CSSTableGenerator {
	margin:0px;
    padding:0px;
	width:98%;
	border-collapse: collapse;
	border:1px solid #ccc;
	border-top: 0px;
	border-bottom:0px;
	
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
    padding:0px;

}.CSSTableGenerator tbody tr:hover td{
	background-color:#d3e9ff;
}

.CSSTableGenerator tbody tr:last-child td{
	border-bottom:0px;
}

.CSSTableGenerator td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid grey;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	font-size:15px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
	}
    .CSSTableGenerator thead tr td {
        background-color: cadetblue;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
        color: #ffffff;
		white-space: nowrap;
    }