#activelearning.content {
    padding-left: 4vw;
    padding-right: 4vw;
}
#activelearning table {
    width: 100%;
    border: 1px solid #1d4360;
    border-collapse: collapse;
}

#activelearning table th,
#activelearning table td {
    width: 33%;
    padding: 1vw;
    border: 1px solid #1d4360;
}
#activelearning table th {
    background-color: #1d4360;
    color: #ffffff;
}

@media all and (max-width: 1000px) {
    #activelearning table {
        font-size: 10pt !important;
    }
}
@media all and (max-width: 640px) {
    #activelearning table {
        font-size: 8pt;
    }
}
