.jquery-modal {
    z-index: 10000;
}
.modal {
    max-width: 700px;
    margin-bottom: 20px;
}
.hidden {
    display: none;
}

#successMsg {
    height: 100%;
    border: 1px solid #000000;
    text-align: center;
}
#questions {
    margin-top: 30px;
}