﻿body {

}
#language-toggle + .switch-button {
    transform: scale(0.5); /* 50% size */
    transform-origin: left center;
    display: inline-block;
    display:none;
}

    /* Smaller font & padding on labels inside the switch */
    /*#language-toggle + .switch-button .switch-button-label {
        padding: 50px;
        font-size: 0.6rem;
    }

.small-switch + .switch-button {
    height: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
}

    .small-switch + .switch-button .switch-button-label {
        font-size: 8px !important;
        line-height: 10px !important;
        height: 10px !important;
        padding: 0 5px !important;
    }*/