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

.sample-spreadsheets {
   width: calc(100% - 600px);
   height: 100%;
   overflow: hidden;
   display: inline-block;
}

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

.sample-panel {
   width: 292px;
   padding: 1px;
   height: 100%;
   box-sizing: border-box;
   background: #fbfbfb;
   overflow: auto;
   display: inline-block;
}

.gc-panel {
   padding: 10px;
   background-color: rgb(230, 230, 230);
}

#panel {
   right: 0;
   width: 292px;
   height: 100%;
   top: 0;
}

#app {
   height: 100%;
}
.options-container {
   width: 292px;
   padding: 1px;
   height: 100%;
   box-sizing: border-box;
   background: #fbfbfb;
   overflow: auto;
   display: inline-block;
}

.set-option {
   display: block;
   margin-top: 20px;
   width: 250px;
}

#reportFilterFieldsPerColumn {
   width: 28px;
}

.select-option-class {
   display: block;
   margin-top: 20px;
   margin-bottom: 10px
}

.select-option-select {
   width: 250px;
   display: block;
   margin-bottom: 20px;

}

.option-item {
   height: 20px;
   margin-bottom: 10px;
}