html,
body {
    font-size: 20px;
    background-color: #F4F1EA;
}

img {
    display: block;
    margin: auto;
}

.backButton {
    font-size: 16px;
    margin-top:20px;
}

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

.infoContainer p {
    clear: both;
    font-size: 12px;
    text-align: center;
    color: #3B5375;
}

.innerContainer {
    width: 520px;
    margin-top: 20px;
}

.button-group {
    margin-bottom: 20px;
}

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

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

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

.timer {
    display: inline;
}

.status-box {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.duration-list {
    clear: both;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
    font-size: 16px;
    text-align: left;
}

.duration-list li {
    padding-bottom: 20px;
}

.indent1 {
    padding-left: 10px;
    width: 125px;
}

.indent2 {
    padding-left: 25px;
}

.template {
    display: none;
}
