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

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

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

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

label {
   margin-bottom: 6px;
}

input {
   padding: 4px 6px;
}
body {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}
