section.note {
    font-size: .575rem;
    padding: 5vw;
}
@media (min-width: 701px) {
    section.note {
        padding: 30px;
    }
}
section.note h3 {
    font-weight: 400;
    font-size: 20px;
    background-color: #f1f1f1;
    border-top: 2px solid #CEB2AF;
    margin: 0 0 15px;
    padding: 10px 20px;
}
section.note h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}
.table-bordered {
    border-collapse: collapse;
}
.table-bordered td {
    padding: .5rem .5rem;
    border: 1px solid #c6c7c8;
}
.table-light {
    background: #f8f9fa;
    padding: .5rem .5rem;
    color: #000;
    width: 10em;
}
@media (max-width: 700px) {
    .table {
        width: 700px;
    }
}
