body{
    background-image: url(/online-learning/backgroundimage_questionnaire.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#logo{
    float: right;
    position: sticky;
    top: 20px;
    left: 1335px;
}

#backButton {
    float: right;
    clear: both;
    position: sticky;
    top: 670px;
    right: 60px
}

button {
    width: 175px;
    height: 55px;
    background-color: #008283;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
}

button:hover {
    cursor: pointer;
}

main{
    max-width: 85%;
    font-family: 'Arial', sans-serif;
    color: #555d66;
}

#instructions{
    max-width: 65%;
}

#ready {
    font-weight: bolder;
    font-size: 14pt;
}

h1{
    color: #c40000;
    font-size: 30pt;
    font-weight: bold;
    margin: 20px 0 20px 20px;  
}

.instructions{
    font-size: 12pt;
    font-weight: 400;
    margin-left: 20px;
}

table{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12pt;
    border-collapse: collapse;
}

caption{
    font-size: 20pt;
    font-weight: bold;
    padding-bottom: 20px;
}

th{
    background-color: #c40000;
    color: #ffffff;
    font-size: 20pt;
    line-height: 30pt;
}

tr{
    height: 50px;
}

tr:nth-child(even){
    background-color: rgba(173,175,175,.5);
}

.question{
    width: 70%;
}

#response {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16pt;
}

#submit {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#submit input {
    width: 200px;
    height: 50px;
    background-color: #c40000;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;   
}

#results {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #d2e6e1;
    padding-bottom: 20px;
}

#results h2 {
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
    background-color: #008283;
    color: #ffffff;
}

#results h3 {
    font-size: 18pt;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .5);
}

.info, h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
