body {
    background-color: white !important;
}

.app-header.bg-white .navbar-brand {
    width: 250px;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 2.25rem;
    color: #73818f;
    font-size: 1.4rem;
}

table.table-hover tbody tr:hover {
    background-color: rgba(255, 130, 0, 0.05) !important;
}
