.RedText {
    color: red;
}

.ErrorText {
    font-weight: bolder;
    color: red;
}

.pageTitle {
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.subTitle {
    font-size: 100%;
    font-weight: bold;
}

.center-grid {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rightAlignTextBox {
    text-align: right;
}

.smallerText {
    font-size: 9pt;
}

.longer {
    width: 300px;
}

.medium {
    width: 150px;
}

.shorter {
    width: 50px;
}

.RequiredIndicator::after {
    color: red;
    content: "*";
}

/* Optional: you can remove this if you prefer not to add a bottom border to the last row in general */

.section-with-red-border {
    border: 2px dotted red;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

