
input[type="button"] {
    width: 180px;
}

input[type="text"] {
    padding: 4px;
    margin-top: 4px;
    width: 100%;
    box-sizing: border-box;
}

label {
    display: inline-block;
    margin-bottom: 6px;
}
.note{
    margin-top: 0px;
}
.colorLabel {
    background-color: #F4F8EB;
}

.wide-label {
    width: 260px;
}

input.narrow-button, .narrow-label {
    width: 74px;
}
.sample-tutorial {
     position: relative;
     height: 100%;
     overflow: hidden;
}

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

.options-container {
    float: right;
    width: 300px;
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    overflow: auto;
}
.option-row:nth-child(1){
    padding-bottom: 0px;
}
.option-row:nth-child(2){
    margin-top: 0px;
    padding-top: 0px;
}
.option-row:nth-child(3){
    padding-bottom: 0px;
}

.option-row:nth-child(4){
    margin-top: 0px;
    padding-top: 0px;
}
.option-row {
    font-size: 14px;
    padding: 5px;
    margin-top: 10px;
}

input {
    padding: 4px 6px;
}

input[type=button] {
    margin-top: 6px;
    display: block;
}

hr {
    border-color: #fff;
    opacity: .2;
    margin-top: 20px;
}

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