body {
    background: black; background-color: black;
}

.panel-default > .panel-heading-custom {
	background: black; color: #BDB3AB; border-color: black;
}

.panel-default > .panel-body-custom {
	background: black; color: #BDB3AB;
}

.panel-default {
	border: 0;
}

.panel {
    border: 0;
}

.table > thead > tr > th, .table > thead > tr > td {
    border: 0;
}

#main-links a {
	color: #BDB3AB;
}