﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.HOrder-question-text {
    margin-top:40px;
}

.correct-horizontal-answer-btn {
    background-color: #3CBA5A;
    width: 120px;
    height: 50px;
    font-size: 20px;
    border-radius : 3px 3px 3px 3px;
}

.wrong-horizontal-answer-btn {
    background-color:#C22527;
    width: 120px;
    height: 50px;
    font-size: 20px;
    border-radius : 3px 3px 3px 3px;
}
