.sample-container {
    width: 100%; /*calc(100% - 280px);*/
    height: 100%;
    float: left;
}

.sample-spreadsheets {
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden;
}

#statusBar {
    bottom: 0;
    height: 25px;
    width: 100%;
    position: relative;
}



@media only screen and (max-width: 768px) {
    .options-toggle {
        display: block !important;
        top: 20px;
        left: -30px;
        width: 30px;
        height: 30px;
        position: absolute;
        background-color: #86bd00;
        line-height: 30px;
        text-align: center;
        padding: 4px;
        box-sizing: border-box;
        color: #fff;
    }

    .options-container {
        width: 280px !important;
        overflow: auto;
        height: 100%;
        padding: 22px;
        box-sizing: border-box;
    }
    .sample-container {
        width: 100% !important;
        height: 100%;
        overflow: hidden;
        float: left;
    }
    .sample-options {
        right: 0;
        padding: 0 !important;
        overflow: visible !important;
        position: absolute;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
        transition: right .25s ease-in-out;
        z-index: 1000;
    }
    .sample-options.hidden {
        right: -280px;
    }

    #statusBar {
        bottom: 0;
        height: 25px;
        width: 100%;
        position: relative;
        float: left;
    }
}

