﻿#quizController {
    width: 90%;
    margin: auto;
}

.header-logo {
    width: 100px;
}

.information-text {
    font-size: 1em;
}

.question-image {
    width: 120px;
    height: 243px;
    margin-right: 50px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
}

.test-btns{
    margin-right: 150px;
}

.test-progress-bar {
    width: 90%;
}

.footer {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: .75em;
}



#user-name {
    margin-left: 8px;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color:#d9d5d5;
}
.results-input{
    margin-top:10px;
}
.underline{
    border-bottom:1px solid #000;
    width:300px;
}

.results{
    max-width:650px;
}