
/**** Estiloos para remediar presentación de etiquetas de radio button y checklist ASP ****/
.label-pad-lft tbody tr td label {
    margin-left: 0.4em;
}

.label-long-text tbody tr td label {
    max-width: calc(100% - 20px);
    vertical-align: top;
}

.uniforme {
    font-family: Courier New, Courier, monospace;
    white-space: pre-wrap;
    display: block;
}

.underline {
    text-decoration: underline;
}