﻿
@media only screen and (max-width:768px) {
    .hide768 {
        display: none;
    }

    #tablelist {
        width: 1024px;
    }
}

#tablelist thead tr th {
    text-align: center;
    background-color: rgba(255,211,127,1);
}
    #tablelist thead tr th:nth-child(1) {
        width: 30px;
    }
    #tablelist thead tr th:nth-child(2) {
        width: 80px;
    }
    #tablelist thead tr th:nth-child(3) {
        width: 190px;
    }
    #tablelist thead tr th:nth-child(4) {
        width: 120px;
    }
    #tablelist thead tr th:nth-child(5) {
        width: 100px;
    }
    #tablelist thead tr th:nth-child(6) {
        width: 190px;
    }
    #tablelist thead tr th:nth-child(7) {
        width: 50px;
    }
    #tablelist thead tr th:nth-child(8) {
        width: 100px;
    }
    #tablelist thead tr th:nth-child(9) {
        width: 50px;
    }
/*    #tablelist thead tr th:nth-child(10) {
        text-align: center;
    }*/

#tablelist tbody tr td {
    text-align: center;
    background-color: transparent;
}

#tablelist2 {
    width: 100%;
}

    #tablelist2 thead tr th {
        background-color: rgba(255,211,127,0.3);
    }
        #tablelist2 thead tr th:nth-child(1) {
            width: auto;
        }
        #tablelist2 thead tr th:nth-child(2) {
            width: auto;
        }
        #tablelist2 thead tr th:nth-child(3) {
            width: auto;
        }
        #tablelist2 thead tr th:nth-child(4) {
            width: 75px;
        }

    #tablelist2 tbody tr td {
        padding: .75rem;
        background-color: white;
    }


#navbarimg {
    height: 50px;
    display: none !important;
}

#cfsty1 {
    background-color: rgba(0,0,255,0.7);
    color: yellow;
    font-size: 2em;
}

#cfsty2 {
    background-color: rgba(192,232,255,0.7);
    font-weight: bold;
}

#cfsty3 {
    color: blue;
}

#cfsty4 {
    background-color: rgba(255,235,175,0.3);
    font-weight: bold;
}

label {
    margin-bottom: 0.5rem;
}
