/* Bold MyDTLA Tab Text */
#myDTLA .nav-tabs>li:last-child>a {
    font-weight: 500;
}

/* Update for Emphasizing Inner Content, Events */
.innerContent p {
    margin-bottom: 20px;
    color: black;
    font-weight: 500;
}

/* Updating Registration is Not Complete Text */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #C00002;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Adding More Line-Height to Event Title in Event Reg v2 */
#Main1202427 h3 {
    line-height: 40px !important;
}

/* Remove Not Included With Registration Warning Label in Event Registration */
#evRegContainer span.label.label-warning {
display:none;
}

/* Remove Included With Registration Label in Event Registration */
div.MCTicketPackageInstanceWrapper span.MCTicketPackageInstanceIncludedFromRate {
    display: none !important;
}
