:root {
    --md-primary-fg-color: #0093F9;
}

@media screen and (max-width: 76.2344em) {
    .md-tabs {
        display: block !important;
    }
    /**/
}

@media screen and (max-width: 600px) {
    #lang-text {
        display: none !important;
    }
    /**/
}
@media screen and (max-width: 480px) {
    .language-selector {
        width: 150px !important;
    }
}
@media screen and (max-width: 410px) {
    .language-selector {
        width: 100px !important;
    }
}
