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

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

.divide-line {
    width: 100%;
    height: 1px;
    background: #cbcbcb;
    margin-top: 10px;
    margin-bottom: 3px;
}

.title {
    text-align: center;
    font-weight: bold;
}

label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

p {
    padding: 2px 10px;
    background-color: #F4F8EB;
}

input {
    width: 160px;
    margin-left: 10px;
    display: inline;
}

input[type=button] {
    width: 50px;
    margin-left: 1px;
}

select {
    width: 160px;
    margin-left: 10px;
    display: inline;
}

textarea {
    width: 160px;
    margin-left: 10px;
}
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}