﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.image-correct {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

.DDComparison-question-text {
    width:auto;
    margin-top:-100px;
}


.AnswerCompraTextbtn {
    width:200px;
    height:50px;
    border-radius: 3px 3px 3px 3px;
}
.WrongCompraAnswerBtn{
      width:200px;
    height:50px;
    background-color: #C22527;
    border-radius: 3px 3px 3px 3px;
}
.CorrectCompraAnswerBtn{
    width:200px;
    height:50px;
    background-color:#3CBA5A;
    border-radius: 3px 3px 3px 3px;
}