/*
Styles for the followup submission / admin pages
 */

.outcomes_QA {
    margin: .5rem;
    padding: .5rem;
    border: black groove 2px;
}

.outcomes_question {
    margin-top: 1rem;
}
.outcomes_answer {
    font-weight: bold;
    margin-left: 2rem;
    margin-bottom: 1rem;
}