
#progress {
    display: flex;
}

#progress > a {
    flex: 1;
    text-align: center;
    background-color: rgba(130, 4, 4, 0.1);
    color: rgb(130, 4, 4);
    border-radius: 3px;
    padding: 0.3em 0;
    margin-left: 5px;
    display: block;
    border: 1px solid rgba(130, 4, 4, 0.1);
}

#progress > a.active, #progress > a:hover {
    background-color: rgb(130, 4, 4);
    color: white;
    text-decoration: none;
    border: 1px solid rgb(130, 4, 4);
}

#progress > a.filled {
    border: 1px solid rgb(130, 4, 4);
}

#progress > a:first-child {
    flex: 2;
    margin-left: 0;
}

#progress > a:last-child {
    flex: 2;
}

.answers {
    margin-top: 1em;
}

.form-check {
    padding: 0;
}

.answers label {
    display: block;
    border: 1px lightgray solid;
    padding: 0.4em 0.8em;
    margin-bottom: 0.4em;
    font-size: 1em;
    cursor: pointer;
}

.answers label.checked {
    background-color: rgba(130, 4, 4, 0.1);
}

.answers span {
    margin-left: 2em;
    display: block;
}

.answers input {
    margin-top: 0.4em;
    margin-right: 1em;
    margin-bottom: 0;
    float: left;
    padding-bottom: 0;
}
