* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sample-options {
    float: right;
    height: 100%;
}

.options-toggle {
    display: none;
}

@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;
    }
}

.sample-tutorial {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sample-container {
    width: calc(100% - 280px);
    height: 100%;
    float: left;
}

.sample-spreadsheets {
    width: 100%;
    height: calc(100% - 25px);
    overflow: hidden;
}

#statusBar {
    bottom: 0;
    height: 25px;
    width: 100%;
    position: relative;
}

.options-container {
    float: right;
    width: 280px;
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    overflow: auto;
}

.option-row {
    font-size: 14px;
    padding: 5px;
    margin-top: 10px;
}

label {
    display: block;
    margin-bottom: 6px;
}

input {
    padding: 4px 6px;
    box-sizing: border-box;
    width: 100%;
}

input[type=button] {
    margin-top: 6px;
    display: block;
}

.summary {
    background-color: #e6e6fa;
    padding: 3px;
}
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}