.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;
}
.filter-input {
  width: 200px;
  height: 20px;
  display: block;
  /* margin-left: 15px; */
  margin-top: 10px;
}

.format-button {
  width: 45%;
  margin-top: 20px;
  /* float: right; */
  display: inline-block;
}
.field-name {
  width: 200px;
  height: 25px;
  display: block;
  margin-bottom: 10px;
  float: left;
}
body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.whole-field {
  margin-bottom: 10px;
}