.hide {
    display: none !important;
}

.noPrint {
    display: none !important;
}

.noPrintBorder {
    border: none !important;
}

.showBlockForPrint {
    display: block !important;
}

.assessmentRadio svg {
    stroke: #000 !important;
    fill: #000 !important;
    opacity: 1 !important;
}

.assessmentRadioInner {
}

.assessmentRadio div {
    border-color: #000 !important;
    width: 16px;
    height: 16px;
}

textarea:disabled {
    color: #000 !important;
    opacity: 1 !important;
}

h5 {
    font-weight: normal !important;
    font-size: 14px !important;
}

.lightBlueBorder {
    border: none !important;
}

.whiteForScreen {
    color: black;
}

/* needed to allow printing of multiple pages */
.masterContainer {
    overflow: visible !important;
}
