.dma .modal {
    border-radius: 3px;
    box-shadow: 0 0 5px #000;
}

    .dma .modal .modal-header {
        background: #9baabb;
        border-bottom: none;
    }

        .dma .modal .modal-header h3 {
            font-weight: 700;
            letter-spacing: initial;
        }

    .dma .modal h3 {
         color: inherit;
    }

    .dma .modal h3:not(.subhead) {
         display: flex;
    }

        .dma .modal h3:before {
            color: inherit;
        }

html.dma #chatPopup .content iframe {
    min-height: initial;
}

.dma .modal .modal-header h3 a {
    text-decoration: underline;
}
