/* custom.css */
.container-fluid {
    padding-top: 50px;
}

.row {
    padding-top: 15px;
}

.panel.panel-default {
    margin-top: 10px;
}

thead.custom-thead-header {
    background-color: #333333;
    color: #d4d4d4;
}
