textarea.rodoCheckbox {
    margin-top: 30px;
    width: 100%;
    height: 100px;
    font-size: 12px;
    color: #666;
    resize: none;
    border: lightgrey 1px solid;
    border-bottom: none;
    padding: 10px;
}
    #footerRodoCheckboxDiv {
    border: lightgrey 1px solid;
    border-top: none;
    margin-top: -20px;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.rodoCheckboxDiv {
    font-size: 10px;
    text-align: justify;
    color: #aaaaaa;
}

.rodoCheckboxDiv {
    font-size: 10px;
    text-align: justify;
    color: #aaaaaa;
}



#rodoCheckbox {
    border: lightgrey 1px solid;
    width: 30px;
    height:25px;
    position: absolute;
    top: 6px;
    background-color: white;
    z-index: 10;
    border-bottom: none;
}

#rodoCheckbox > div > label{
    transform: scale(0.7);
    left: -2px;
    top: -4px;
}

.redText {
    color: red;
}
