﻿.t {
    width: 35px;
    border-color: sandybrown;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 20px;
}

.t2 {
    width: auto;
    border-color: sandybrown;
    border-radius: 5px;
    height: 20px;
}

.hidd {
    display:none;
}

.vis {
    display: inline-block;
    margin-left: 4px;
}

@media (min-width: 200px) {



    .answDiv {
        font-size: 12px;
        background-color: #f6f5f5;
        margin-bottom: -28px;
        padding-top: 24px;
        padding-left: 13px;
        border-radius: 14px;
        line-height: 40px;
    }



}



@media (min-width: 520px) {

    .answDiv {
        font-size: 14px;
        background-color: #f6f5f5;
        margin-bottom: -28px;
        padding-top: 24px;
        padding-left: 13px;
        border-radius: 14px;
    }
}

@media (min-width: 620px) {
}

@media (min-width: 720px) {


    .answDiv {
        background-color: #f6f5f5;
        padding: 9px;
        margin-bottom: -28px;
        border-radius: 14px;
    }
}


@media (min-width: 920px) {


    .answDiv {
        background-color: #f6f5f5;
        padding: 9px;
        margin-bottom: -28px;
        border-radius: 14px;
        line-height: 24px;
    }
    .t {
        width: 51px;
        border-color: sandybrown;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        height: 20px;
    }

    
}
