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

.sample-spreadsheets {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

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

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

input {
    display:block;
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
}

label, input {
    padding: 4px 6px;
}


body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#drawUnderline {
    display: inline-block;
    width: 30px;
}

#drawUnderlineLabel {
    display: inline-block;
}

#allowAutoCreateHyperlink {
    display: inline-block;
    width: 30px;
}