html, body{min-height:100%; margin:0;}

body{
	background: -webkit-linear-gradient(#370051, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#370051, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#370051, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, #370051); /* Standard syntax (must be last) */
	color:#E5DAEA;
	font-family: Arial, helvetica, san-serif;
}

.table {
    border-bottom:0px !important;
}
.table th, .table td {
    border: 0px !important;
}
.fixed-table-container {
    border:0px !important;
}