﻿.material-symbols-outlined {
    font-size: 18px;
}

.userTab {
    font-size: 14px;
}

    .userTab a {
        text-decoration: none;
    }

.rbl label {
    padding-right: 20px;
}

.info {
    color: gray;
    font-size: small;
}

input[type=checkbox] {
    transform: scale(1.2);
}

table.alignTop tr th {
    vertical-align: text-top;
}

table .textboxMed {
    width: 300px;
}

table .textboxFull {
    width: 98%;
}

table textarea {
    width: 98%;
}

.datepicker {
    max-width: 90px;
}

/* Media Query styles */
@media screen and (max-width: 480px) {
    table .textboxMed {
        width: 98%;
    }
}
