/* elstar.css */

.modal-xl {
    width: 90%;
    max-width: 1200px;
}

table.table {

}
table.table-form-inline {
    border-bottom-color: #ffffff;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border-color:#ced4da;
    border-bottom:0;
    background: #efefef;
}

.bg-grey {
    background-color: #666666;
}
.text-grey {
    color: #666666;
}

.bg-lightgreen {
    background-color: #73d473;
}
.text-lightgreen {
    color: #73d473;
}

