
input[type="text"] {
    width: 200px;
    margin-right: 20px;
}

label {
    display: inline-block;
    width: 110px;
}
.sample-tutorial {
     position: relative;
     height: 100%;
     overflow: hidden;
}

.sample-spreadsheets {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

label {
    display: block;
    margin-bottom: 6px;
}

input {
    padding: 4px 6px;
}

input[type=button] {
    margin-top: 6px;
    display: block;
    width:216px;
}
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

code {
    border: 1px solid #000;
}