﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}



.very-long-click-question {
    /*margin-left: 50px;*/
     width:auto;
    margin-top: 30px;
}

.very-long-click-correct-answer-btn {
    background-color: #3CBA5A;
    width: auto;
    height: 50px;
    font-size: 20px;
    border-radius: 3px 3px 3px 3px;
}

.very-long-click-answer-btn {
    width: 480px;
    height: 30px;
    background-color:#b200ff;
    font-size: 20px;
    border-radius : 3px 3px 3px 3px;
}
