
#titleWrap {
text-align: center;
}

.notelink {
color:white;
text-decoration: underline;
font-size: 12px;
}
.notelink2 {
text-decoration: underline;
font-size: 12px;
color: #006FE6;
}
input[type="file"] {
    display: none;
}
/* complaint-form.css */
.hidden {
    display: none !important;
}

.visible {
    display: inline !important;
}

.colorText{
color:#B30000;
}
.formDisplayN{
display:none;
}
.labelS{
white-space: pre;
}
/* Add any other styles that were previously inline */