

.button.answer{
    width: 415px;
    height:52px;
}
.button.answer{
    color:black;
    width:415px;
    height:53px;
    background-image: url('../img/q-btt.png');
}
.no-touch .button.answer:hover{
    background-image: url('../img/q-btt_over.png');

}

.button.answer.disabled{
    color:white;
    pointer-events: none;
    background-image: url('../img/q-btt_correct.png');
}
.button.answer.correct.disabled{

    background-image: url('../img/q-btt_correct.png');
}



#summary-results{
    font-family: 'Fred Fredburger W04 Bold';
    color:black;
    position: absolute;
    text-align: center;
    width:100%;
}

@media screen and (max-width: 580px) {


    #summary-results{
        top: 7px;
        font-size: 28px;
    }

    .button.answer{
        width: 320px;
        height:40px;

    }
    .quiz .button{
        margin: 5px auto;
    }

}