/* Adds the below styles to region type and validity text to display in two different lines */
.regionValidityCell .tooltip span {
    white-space: nowrap !important;
    text-align: left !important;
    line-height: 16px;
}
