﻿.sampleItem {
    padding: 30px;
    border-radius: 15px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
}

div.sampleItem ol {
    list-style-type: upper-alpha;
    margin-left: 20px;
}

div.sampleItem ol li {
    font-size: 17px;
    padding: 5px;
    font-weight: 500;
}

p.sampleQ {
    font-weight: bold;
    font-size: 18px;
    color: #3E5E6F;
    margin-top: 0px;
}

.highlight {
    background-color: #8DB9CA;
    color: #3E5E6F;
    font-weight: bold;
}

div.showAnswer {
    padding: 5px;
    font-size: 16px;
    color: White;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    margin-left: 30px;
    background-color: #3E5E6F;
    cursor: pointer;
}

.hidden li {
    font-style: italic;
}

.hidden i {
    font-size: 14px;
}
