﻿.choices2Raam {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}

    .choices2Raam::after {
        content: "";
        clear: both;
        display: block;
    }

.choices2-txt1 {
    float: left;
    padding: 0px;
    background: #FFF;
    text-align: right;
}

.choices2-txt2 {
    float: left;
    padding: 0px;
    background: #FFF;
    text-align: left;
}

.choices2q {
    top: 0px;
    font-family: "EtelkaMediumPro";
    font-size: 120%;
    color: #8f6382;
    text-align: center;
    padding: 20px;
}

.choices2tab {
    top: 50px;
    border: none;
    padding-left: 1.2vw;
    align-items: center;
    text-align: left;
    justify-content: center;
}

    .choices2tab td {
        padding: 5px;
    }
