.status-fail
{
    color: #ed0000 !important;  /* Sets the text color to have a red color that meets the WCAG 2.1 AA contrast requirements*/
    font-size: 14pt !important; /* 14pt is the min required font size for a colored bolded font to meet the WCAG 2.1 AA requirements*/
    font-weight: bold !important;
    word-wrap: break-word !important;
}

.status-success
{
    color: green !important;
    font-size: 14pt !important; /* 14pt is the min required font size for a colored bolded font to meet the WCAG 2.1 AA requirements*/
    font-weight: bold !important;
    word-wrap: break-word !important;
}

.status-runDate
{
    color: #ed0000 !important; /* Sets the text color to have a red color that meets the WCAG 2.1 AA contrast requirements*/
    font-size: 14pt !important; /* 14pt is the min required font size for a colored bolded font to meet the WCAG 2.1 AA requirements*/
    font-weight: bold !important;
    word-wrap: break-word !important;
}

.status-webservice-info
{
    color: #ed0000 !important; /* Sets the text color to have a red color to meets the WCAG 2.1 AA contrast requirements*/
    font-size: 14pt !important; /* 14pt is the min required font size for a colored bolded font to meet the WCAG 2.1 AA requirements*/
    font-weight: bold !important;
}