.quiz-content {
    padding: 40px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
}

body {
    font-family:"Helvetica";
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Helvetica";
}

h3 {
    font-size: 26px !important;
    font-weight: 600 !important;
}

legend {
    font-family:"Helvetica";
    font-size: 28px !important;
    font-weight: 600;
}
.quiz-question-buttons {
    font-family:"Helvetica";
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 479px) {
    legend {
        font-family:"Helvetica";
        font-size: 22px !important;
        font-weight: 600;
    }
    .question-size {
        font-family:"Helvetica";
        font-size: 17px;
        line-height: 25px;
    }
}

.pull-right {
    float: right;
}

#quiz-GoOn {
    border-radius: 3px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    outline: medium none !important;
    text-transform: uppercase !important;
    background-color: #004899 !important;
}

.quiz-showEveryAnswer {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
}

.text-success {
    font-weight: bold;
}
.text-danger {
    font-weight: bold;
}

strong {
    font-family:"Helvetica";
    font-size: 20px;
    line-height: 28px;
}
.question-size {
    font-family:"Helvetica";
    font-size: 20px;
    line-height: 28px;
}

a {
    color: #009d4b;
}

p {
    font-family:"Helvetica";
    font-size: 20px;
    line-height: 28px;
}
.points {
    font-family:"Helvetica";
    font-size: 28px;
    font-weight: bold;
    color: #111;
}

@media (max-width: 479px) {
    p {
        font-family:"Helvetica";
        font-size: 17px;
        line-height: 25px;
    }
    .points {
        font-family:"Helvetica";
        font-size: 22px;
        font-weight: bold;
        color: #111;
    }
}

#quiz-restart {
    border-radius: 3px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    outline: medium none !important;
    text-transform: uppercase !important;
    background-color: #004899 !important;
}