table {
    border-collapse: collapse;
}

tr, td {
    border: 1px solid #bbb9b9;
    padding: 8px;
    font-size: 14px;
}

thead, th {
    background-color: #247649;
    color: #FFFFFF;
    font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d3ebda;
}

#secquest {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

#message {
    display: none;
    position: fixed;
    color: #0f5132;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

#output_driver_available {
    display: none;
}

.alert-area {
    display: none;
}

.size-18 {
    font-size: 18px;
}