
input {
    background: #faf4f400 !important;
    height: 33px !important;
    padding: 5px 5px !important;
    font-size: 12px !important;
}

.menu {
    position: absolute;
    float: right;
    z-index: 1;
    padding: 5px;
    margin: 5px;
}

.button {
    height: 10px;
    cursor: pointer;
    padding: 2px;
    margin: 2px;
}

@media screen and (max-width: 900px) {
    .btn_left {
        width: 200px !important;
    }

    .btn_right {
        width: 100px !important;
    }

    .pane-l {
        height: 910px !important;
    }
}
@media screen and (max-width: 385px) {
    .btn_left {
        width: 170px !important;
    }
}
@media screen and (max-width: 355px) {
    .btn_right {
        margin-left: 45px!important;
    }
}