﻿
.SplitDragChar-question-text {
    width:auto;
    margin-top: 37px;
}

.CorrectAnswerStyle{
    width:150px;
    height:40px;
    background-color:#3CBA5A;
    font-size: 20px;
    border-radius:3px 3px 3px 3px;
}
.WrongAnswerStyle{
    width:150px;
    height:40px;
    background-color:#C22527;
    font-size: 20px;
    border-radius:3px 3px 3px 3px;
   
}
