.tab-pane p, tab-pane li, li { max-width:700px; }

/* Basic Page Layout */

.pb-5 { padding-bottom:0px!important; }

.gray-1-bg h1 { padding-top:32px; }
.gray-1-bg .block, .gray-2-bg h1 { padding-bottom: 32px; }

.mbr-16 { margin-bottom:-16px; }
.mtr-16 { margin-top:-16px; }

/* Checkable Checkboxes */

.hidebullet {
  list-style-type:none;
}
.hidebullet li input[type="checkbox"] {
  margin-right:10px;
}

/* Table */

table:not(:first-of-type) {
  margin-top:32px;
}

/* UDS Profile */

.uds-person-profile {
    display: flex;
    max-width: 800px;
    padding: 0 2rem;
    margin-bottom:24px;
}
.uds-person-profile.no-img {
    padding:0!important;
}
.uds-person-profile .profile-img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
}
.uds-person-profile .person {
    margin-left: 1.5rem;
}
.uds-person-profile.no-img .person {
    margin-left:0!important;
}
.uds-person-profile .person-name {
    margin: .5rem 0;
}
.uds-person-profile .person-profession {
    margin: 0 0 1rem 0;
    font-size: 1rem;
}
.uds-person-profile .person ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.uds-person-profile .person ul.person-contact-info {
    margin-bottom: 1.5rem;
}
.uds-person-profile .person ul.person-contact-info li {
    margin-right:12px;
}
.uds-person-profile .person ul.person-contact-info li:last-of-type {
    margin-right:0px;
}