.rnsurvey .rnSurveyContainer thead th{
    background-color: #e6e6e6;
    font-weight: normal;
}

.rnsurvey .rnSurveyContainer tbody td,.rnsurvey .rnSurveyContainer thead th{
    padding:8px;
    border:1px solid #ddd;
}




.rnsurvey table.rnSurveyContainer{
    border-collapse:collapse;
    table-layout: fixed;
}

.rnsurvey table.rnSurveyContainer tbody tr:nth-child(odd){
    background: #f9f9f9;
}

.rnField.rnsurvey table.rnSurveyContainer td {
    border: 1px solid #dfdfdf;
    padding: 5px;
}



.rnround {
    position: relative;
    height: 28px;
}

.rnround label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px !important;;
    height: 28px !important;
}

.rnround label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.rnround input[type="checkbox"] {
    visibility: hidden;
}

.rnround input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.rnround input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.rnround input[type="checkbox"]{
    opacity: 0;
}


