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

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

.options-toggle {
    display: none;
}

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