﻿.answer-list-item {
    border: solid 1px grey;
    border-radius: 10px;
    color: black;
    padding: 10px;
    margin: 10px;
}

.incorrect {
    background: lightpink;
}

.incorrect-selection {
    background: lightgrey;
}

.accepted {
    background: palegreen;
}