h1 {
    font-family: Arial, helvetica, sans-serif
}


#typed2, #notTyped2 {
    color: #C0C0C0;
}

.farType {
    color: #C0C0C0
}

#typed1, #notTyped1 {
    color: #606060;
}

#word1, #typed {
    color: #00FF00;
}


#typed2, #typed1, #current, #notTyped1, #notTyped2 {
    text-transform: uppercase;
    float: left;
    width: 33%;
    height: 40px;
    text-align:center;
    display:inline-block;
    font-size: 20px;
}

#gibberish {
    text-align:center;
    width:100%;
    text-transform: uppercase;
    height: 40px;
    font-size: 20px;
    display:inline-block;
}

#middle {
    height: 15%;
    margin-bottom: 2%;
}

#save {
    background-color: green;
}

#load {
    background-color: red;
}

.thirty {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.info {
    width: 50%;
    margin-bottom: 2%;
    font-size: 16px;
}

#wordButton {
    text-align: center;
    vertical-align: center;
    height: 100%;
}

#wButt {
    width: 100%;
    height: 100%;
}

.broken {
    background-color: red;
}

#display {
    margin-top: 5%;
    height: 50%;
    text-align: left;
}

.monk {
    height: 40%;
    background-color: #D0D0D0;
    width: 20%;
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}
