.hide{
    display:none;
}

.quiz-text{
    font-weight: bolder;
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: red;
}

.quiz .box{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.quiz h3#question{
    font-weight: bold;
    margin-bottom: .75em;
}

.quiz .box a{
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.quiz .box{
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.quiz .box.box-progress,
.quiz .box.box-congratulation{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    border-top: solid 4px #146c43;
    border-bottom: solid .5px #146c43;
    border-left: solid .5px #146c43;
    border-right: solid .5px #146c43;
    padding-bottom: 3em;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 1px 0px 1px 1px rgba(171,164,164,0.75);
    -webkit-box-shadow: 1px 0px 1px 1px rgba(171,164,164,0.75);
    -moz-box-shadow: 1px 0px 1px 1px rgba(171,164,164,0.75);
}

.quiz .box.box-congratulation{
    margin-bottom: 3em;
}

.quiz .box.box-progress #progress-text{
    font-weight: bold;
    font-size: 1.2rem;
}

.quiz .box.box-congratulation h3{
    padding-left: 1em;
    padding-right: 1em;
    color: #1da81c;
}

.quiz .box.box-congratulation h4{
    padding-left: 1em;
    padding-right: 1em;
}

.quiz .box.box-congratulation a{
    width: 100%;
    max-width: 480px;
    box-shadow: 3px 2px 5px 1px rgba(171,164,164,0.75);
    -webkit-box-shadow: 3px 2px 5px 1px rgba(171,164,164,0.75);
    -moz-box-shadow: 3px 2px 5px 1px rgba(171,164,164,0.75);
}

.quiz .box.box-congratulation h5 span{
    color: red;
}

.btn-success{
    background-color: #1a955c !important;
    border: 1px solid #1a955c !important;
}
