@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, sans-serif;
}

form label {
    display: block;
    margin-bottom: 10px;
}

#selectedQuestions {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
}
