html,
body {
    background-color: #F4F1EA;
}

img {
    display: block;
    margin: auto;
}

.btn-primary {
    margin-bottom: 10px;
}

.name-entry{
    font-size: 15px;
}

label {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.stage-select label {
    width: 80%;
    margin-left: 0px;
}

.backButton {
    margin-top: 20px;
}

.stage-select {
    margin-top: 20px;
    padding-left: 0px;
}

.stage-select ul {
    list-style: none;
    padding-left: 0px;
}

.stage-select li {
    padding-left: 0px;
    margin: 5px;
    margin-left: 5px;
    display: block;
}
.stage-select label {
    font-size: 15px;
    cursor: pointer;
}

.stage-select input[type='radio'] {
    visibility: hidden;
    opacity: 0.01;
    z-index: 100;
}

input[type='checkbox']:checked + label {
    background-color: #acd0c2;
}

.stage-select input[type='radio']:checked + label {
    background-color: #acd0c2;
}

.promptsControl input[type='radio']:checked + label {
    background-color: #acd0c2;
}

.resultsForm input[type='radio']:checked + label {
    background-color: #acd0c2;
}

#timerButtonGroup {
    margin-bottom: 30px;
}

.timerButtonGroup {
    margin-top: 10px;
    margin-bottom: 15px;
}



#prompt, #clarify {
    font-size: 20px;
}

#instruct {
    font-size: 20px;
}

#not100acc {
    margin-left: 5px;
}

h1, p {
    text-align: center;
    position: relative;
}

.container {
    margin-top: 20px;
    display: inline;
}

.resultsForm {
    clear: both;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}

#downloadForm {
    margin-bottom: 30px;
}


.csvSubmitButton, .htmlSubmitButton, .serverSubmitButton{
    font-size: 12px;
    white-space: pre;
}

.confirmButton {
    margin-top: 20px;
}

.resultsList {
    list-style: none;
    font-size: 16px;
}

.resultsList li {
    padding-bottom: 20px;
}

.template {
    display: none;
}

.indent1 {
    padding-left: 10px;
}

.indent2 {
    padding-left: 15px;
}
.radChar {
    margin-right: 5px;
}

.btn-primary {
    background-color: #3b5375;
}

.timerButton {
    width: 300px;
    height: 60px;
    line-height: 40px;
}
