#admin-menu > div > .dropdown > li > span.nolink {
    border-right: 0;
    margin-bottom: 4px;
    padding: 2px 10px 3px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .static-page-header {
        margin-bottom: 130px !important;
        font-size: 27px !important;
        margin-top: -42px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .static-page-header {
        margin-bottom: 82px !important;
        font-size: 32px !important;
        margin-top: -20px !important;
    }
}

@media screen and (min-width: 900px) and (max-width:1100px) {
    .static-page-header {
        margin-bottom: 130px !important;
        font-size: 35px !important;
        margin-top: -20px !important;
    }
}
