@media all and (min-width: 1281px) {
    #cssmenu {
        margin-left: 0px;
        border-right: 1px solid #d9d9d9;
    }
    #hide_menu {
        display: block;
    }
    #next-ten, #pdf, #prev-ten, #view-week, #xls {
        display: block;
    }
    #profil-detail table.detail tr td input {
        width: 304px;
    }
    #show_menu {
        display: none;
    }
    div.main {
        left: 220px;
    }
    div.listHeader div a {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 1px;
    }
    #person-my-detail-button {
        display: inline-flex;
        float: right;
    }
}
@media all and (max-device-height: 950px) {
    #office {
        position: inherit;
    }
}
