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

.sample-spreadsheets {
   width: calc(100% - 280px);
   height: 100%;
   overflow: auto;
   float: left;
}

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

.option-group {
   margin-bottom: 6px;
}

.control {
   padding-bottom: 24px;
}

.noUi-origin {
   right: auto;
   width: 0;
}

.connect {
   position: absolute;
   top: 0;
   bottom: 0;
   background: #80C9F5;
   box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}

.noUi-state-tap .connect {
   -webkit-transition: left 300ms, right 300ms;
   transition: left 300ms, right 300ms;
}

strong {
   display: inline-block;
   margin-bottom: 10px;
}

input + label {
   margin-right: 12px;
}

table th,
table td {
   padding: 4px 8px;
}
.desc {
   padding:2px 10px;
   margin-top: 0;
   background-color:#F4F8EB;
}

body {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}