.faq-questions {
    background-color: #FFF;
    border: 1px solid #DDD;
}

.faq-questions dt {
    position: relative;
    z-index: 0;
    margin-left: 2em;
    margin-top: 3em;
}

.faq-questions dt:before {
    content: "Q:";
    position: absolute;
    z-index: -1;
    top: -20px;
    width: 40px;
    height: 50px;
    color: #EEE;
    font-weight: bold;
    font-size: 40px;
}

.faq-questions dd {
    position: relative;
    z-index: 0;
    margin-left: 2em;
    margin-top: 1em;
    color: #000;
}

.faq-questions dd p {
    color: #000;
}

.faq-questions dd:before {
    content: "A:";
    position: absolute;
    z-index: -1;
    top: -20px;
    width: 40px;
    height: 50px;
    color: #EEE;
    font-weight: bold;
    font-size: 40px;
}