.profile-title {
    background-color: #d7ebff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.profile-title h4 {
    font-size: 2em;
    margin-bottom: 5px;
}

.title-tag {
    font-size: 1em !important; /* Increase font size */
    padding: 3px 6px !important; /* Add more padding */
    margin:  3px !important; /* Add margin */
}

h6 {
    margin-bottom: 5px;
    font-size: 1.2em;
    text-decoration: underline;
}

.microprofile-section {
    margin-bottom: 3px;
    padding: 3px;
}

.contacts-container {
    border-radius: 5px;
    background-color: #f0f0f0;
}

.primary-contact {
    background-color: #d8eaff;
    padding: 4px;
}

.regular-contact {
    font-weight: normal;
    padding: 4px;
}

.regular-contact .contact-name {
    font-weight: bold;
}

.primary-contact .contact-name {
    font-weight: bold;
}

.primary-contact .contact-name:after {
    content: " *";
    color: #0d71c1;
    font-weight: normal;
}

.microprofile-blurb {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    /* Improve readability */
    font-size: 1.1em;
    line-height: 1.6;
    text-align: justify;
    font-family: monospace;
}

.note-association,
.contact-association{
    float: left;
    margin: 10px;
}

.note-association a,
.contact-association a {
    color: #0d71c1;
    text-decoration: none;
}
