.sample-tutorial {
   position: relative;
   height: 100%;
   overflow: hidden;
 }
 
 .sample-spreadsheets {
  width: calc(100% - 330px);
  height: 100%;
  overflow: hidden;
  float: left;
 }
 
 .options-container {
  float: right;
  width: 330px;
  padding: 12px;
  height: 100%;
  box-sizing: border-box;
  background: #fbfbfb;
  overflow: auto;
 }
 body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 }
 
 .slicer-info {
  margin-top: 5px;
  margin-bottom: 5px;
 }
 
 .block {
  border: 1px solid gray;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1px;
 }

 .info-label {
   width: 35%;
   display: inline-block;
 }

 .info-input {
   width: 58%;
   display: inline-block;
 }