html {
    font-size: 14px;
}

footer a {
    text-decoration: none;
    color: #000;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.page-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lms-header h5 a {
    color: #000;
    text-decoration: none;
}

.flag {
    width: 32px;
    border: 1px solid #ddd;
    padding: 2px;
}

.flag-dropdown {
    width: 24px;
}

.login_page_terms {
    float: none !important;
}

label.required:before {
    content: "* ";
    color: red;
}

.card {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-accordion-button {
    gap: 0.2em !important;
}

.course-balloon_english_kindergarten-container {
    max-width: 1366px;
    width: 1366px;
}