
.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;
   height: 100%;
   box-sizing: border-box;
   background: #fbfbfb;
   overflow: auto;
}

#formula-input {
   width: calc(100% - 10px);
   margin-bottom: 6px;
}

.clear:after {
   display: block;
   width: 0;
   height: 0;
   visibility: hidden;
   content: "";
   clear: both;
}

.button-container > input {
   width: calc(48%);
}

.float-left {
   float: left;
}

.float-right {
   float: right;
}

.option-row {
   font-size: 14px;
   box-sizing: border-box;
}
   
body {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

#states-table {
   width: 100%;
   border-collapse: collapse;
   text-align: center;
}

#states-table td {
   border: 1px solid grey;
}