@charset "UTF-8";
#middle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

#StartForm {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: white;
}

#bottom {display: inline-block;width: 100%;}


#begin_button {
    display: block;
    cursor: pointer;
}

#done_reading_button {
    display: none;
    cursor: pointer;
}

#done_with_test_button {
    display: none;
    cursor: pointer;
}

#view_results_button {
    display: none;
    cursor: pointer;
}

#take_another_test_button {
    display: none;
    cursor: pointer;
}

#fb_buttons{
    float: left;
    display: block;
    padding: 5px 0 0 5px;
}

#info_wpm{
    float: left;
    display: none;
    padding: 0;
    color: #000;
    background: white;
    border-radius: 5px;
}

#wpm2 {
    display: inline;
}

#wpm3 {
    display: none;
}

#info_comprehension{
    float: left;
    display: none;
    padding: 5px 0 0 5px;
    color: #fff;
}

input:focus{
    outline: 0;
}

#story{
    padding: 10px;
    margin: 0;
}

#results{
    display: none;
}

#results p{
    padding: 10px;
    font-size: 1em;
}

#results #final_speed{
    color: green;
    font-weight: bold;
}

#results #final_comprehension{
    color: green;
    font-weight: bold;
}

#results p {
    font-size: 1.75em;
    padding: 10px 0 0 10px;
}

#results #responsetext {
    display: inline-block;
    color: #000;
    font-size: 1em;
    padding: 0 12px 0 10px;
}

#results #results_text2 {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    padding: 0 12px 0 10px;
}

#results #results_text3 {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    padding: 0 12px 0 10px;
}

#results #results_text4 {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    padding: 0 12px 0 10px;
}

#thirty-three-percent {
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

#test_form {
    padding: 25px;
    font-size: 1em;
    display: none;
    background: white;
    border-radius: 5px;
}

@media only screen and (min-width:768px) and (max-width:1068px) {

    article {
        /*height: 525px;*/
        padding: 0px 10px 10px 0px;
    }

    article p {
        font-size: .75em;
    }

    h3 {
        font-size: 1em;
    }

    #abreak {
        display: none;
    }

    /************************/

    #test_box {
        width: 388px;
        line-height: 1.8;
    }

    #top {
        height: 130px;
    }

    #middle {
        height: 312px;
        font-size: .9em;
    }

    #select_theme, #select_level, #select_story {
        width: 98%;
    }

    #info_wpm{
        display: none;
        font-size: .9em;
    }

    #results p {
        font-size: 1.1em;
        padding: 10px 0 0 10px;
    }

    #results #responsetext {
        display: inline-block;
        color: #000;
        font-size: .70em;
        padding: 0 12px 0 10px;
    }
}
.bookgif {
    background: url(../images/book.gif);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}
#info_wpm p {
    margin: 0;
    padding: 10px 15px;
}
.answerer {
    float: right;
}

.form-group.readtestq {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 19px;
    border-bottom: 2px dashed #00000070;
}

label.quester {
    color: black;
}