.q-title {
    color: #EC008C;
    font-weight: 700;
    font-size: 1.3em;
}
.q-ques {
    margin-bottom: 4px;
}

div.q-help-menu {
    display: none !important;
}

.q-ques {
    color: #EC008C;
}

.q-ol {
    list-style: none;
}

.q-ol-li {
    cursor: pointer;
    line-height: 20px;
}

.q-result {
    color: #ec008c;
    padding: 20px 0;
    text-align: center;
}

input.q-check-btn, input.q-restart-btn {
    width: 209px;
    height: 38px;
    color: #fff;
    background: url('/images/quiz-Button.png');
    border: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

