@charset "utf-8";
.lesson {
    border-bottom: 1px solid #707070;
}

table {
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
}

table th,
table td {
    line-height: 2;
    border: 2px solid #707070;
    padding: 16px;
}

table th {
    text-align: center;
    background-color: #f8c6bd;
    opacity: 0.8;
    color: #414a4b;
}

table td {
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 800px) {
    table th ,table td{
        font-size: 3vw;
    }
}