
label { cursor: auto; }

th, td {
    padding: 15px;
}

@media screen and (max-width: 500px) {

    .first,
    .second,
    .third {
        width: 70%;
    }
}

.even-row {
    background-color: rgba(62, 70, 172, .33);
}

.odd-row {
    /*background-color: rgba(200, 200, 200, .33);*/
}

.hdr {
    font-weight: 900;
    font-style: italic;
}

.cell-hdr {
    font-size: .8rem;
}
