table tr td,
table th {
    font-size: 11px;
}

@media (min-width: 991.98px) {
    .li-login {
        margin-right: 7px;
    }
    table tr td,
    table th {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .li-login {
        margin-bottom: 7px;
        padding-top: 15px;
    }
    #bottomHeader {
        padding-bottom: 15px;
    }
}

#endHeader {
    margin-top: 15px;
}

.li-item {
    padding: 0 3px;
}

.a-item {
    color: white !important;
}

.a-item:hover {
    color: red !important;
}

.dropdown-item:hover {
    color: red !important;
}

.btn-login:hover {
    background-color: green;
}

.btn-register:hover {
    background-color: red;
}

nav {
    position: sticky !important;
}

#row-footer {
    padding: 30px 25px;
}

.dropdown-item:active {
    background-color: white !important;
}

hr {
    margin: auto !important;
}

.readonly {
    cursor: not-allowed !important;
}

.no-wrap,
th,
tr {
    white-space: nowrap;
}

td {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

.color-main {
    background-color: #10ac84;
    color: white;
}