/* Common styles */
.bold-text {
    font-weight: bold;
}

.underlined-text {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.text-align-left {
    text-align: left;
}

.min-width {
    min-width: 30px;
}

.vertical-align-top {
    vertical-align: top;
}

.width-93 {
    width: 93%;
}

.align-center {
    align: center;
}

.font-size-1em {
    font-size: 1em;
}

.red-text {
    color: red;
}

/* Specific styles */
.form-section {
    /* Add any specific form section styles here */
}

.externalLink {
    /* Add external link styles here */
}

.topicLink {
    /* Add topic link styles here */
}

.print {
    /* Add print-specific styles here */
}
