﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.DDFreezEnd-question-text {
    width: auto;
    margin-top: 100px;
}

.AnswerTextbtn {
    width: 150px;
    height: 60px;
    margin-left: 20px;
    margin-top: 30px;
    background-color: #BCA9F5;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
}



.DDFreezEnd-CorrectAnswerBtn {
    width: 150px;
    height: 60px;
    background-color: #3CBA5A;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
}

.DDFreezEnd-WrongAnswerBtn {
    width: 150px;
    height: 60px;
    background-color: #C22527;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
}
