﻿#noteOnBrowserUsageModal.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

#noteOnBrowserUsageModal .modal-header img {
    max-height: 60px;
    max-width: 120px;
}

#noteOnBrowserUsageModal .modal-header .modal-title {
    font-size: 1.15rem;
    font-weight: 400;
    color: inherit;
    font-family: amplesoft-medium;
}

#noteOnBrowserUsageModal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
