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

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

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

.options-container legend {
    text-align: center;
}

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

#setHyperlinkButton {
    font-weight: bold;
    background-color: #ecf3ff;
    width: 200px;
    height: 35px;
    border-radius: 4px;
    border-color: #0b93d5;
    border-width: thin;
}