@media only screen and (max-width: 600px) {
    .navbar-static-top.navbar .navbar-collapse {
        top: auto !important;
        position: relative !important;
        width: 100% !important;
        background-color: white !important
    }

    #google_translate_element {
        position: relative !important;
    }
}

.profile-info {
    display: none !important;
}

/*Fill the content without cut off the word*/
.common-permit-header {
    width: auto !important;
}

.skip-to-content a 
{
    position: relative !important;
}