.div-notification{
    position: absolute;
    z-index: 9999;
    max-width: 50%;
}
.table.vehicle-features {
    background: transparent;
    color: #fff;
}
.table.vehicle-features.is-striped tbody tr:not(.is-selected):nth-child(2n) {
    background-color: #001b60;
}
.table.vehicle-features th {
    color: #fff;
    padding: .75em .75em;
}
.table.is-fullwidth {
    width: 100%;
}
.table.vehicle-features {
    background: transparent;
    color: #fff;
}

.table th {
    color: #363636;
    text-align: left;
}
.tbody {
    background-color: #05287e !important;
    color: #fff !important;
    line-height: 15px !important;
}
tr {
    font-size: 15px;
}
.table td {
    font-size: 0.875rem;
}