.notification_title {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
}

.notification_date {
    display: inline-block;
    width: 75px;
}

.notification_body {
    margin-left: 75px;
    text-align: justify;
}

.notification {
    padding-bottom: 10px;
}

@font-face {
    font-family: NordeaSansSmall;
    font-style: normal;
    font-weight: 400;
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Regular.eot?#iefix);
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Regular.eot?#iefix) format("eot"),url(NordeaSansWeb/NordeaSansSmallWeb-Regular.woff) format("woff"),url(NordeaSansWeb/NordeaSansSmallWeb-Regular.woff2) format("woff2"),url(NordeaSansWeb/NordeaSansSmallWeb-Regular.ttf) format("truetype")
}

@font-face {
    font-family: NordeaSansSmall;
    font-style: normal;
    font-weight: 500;
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Medium.eot?#iefix);
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Medium.eot?#iefix) format("eot"),url(NordeaSansWeb/NordeaSansSmallWeb-Medium.woff) format("woff"),url(NordeaSansWeb/NordeaSansSmallWeb-Medium.woff2) format("woff2"),url(NordeaSansWeb/NordeaSansSmallWeb-Medium.ttf) format("truetype")
}

@font-face {
    font-family: NordeaSansSmall;
    font-style: normal;
    font-weight: 700;
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Bold.eot?#iefix);
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Bold.eot?#iefix) format("eot"),url(NordeaSansWeb/NordeaSansSmallWeb-Bold.woff) format("woff"),url(NordeaSansWeb/NordeaSansSmallWeb-Bold.woff2) format("woff2"),url(NordeaSansWeb/NordeaSansSmallWeb-Bold.ttf) format("truetype")
}

@font-face {
    font-family: NordeaSansSmall;
    font-style: normal;
    font-weight: 900;
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Black.eot?#iefix);
    src: url(NordeaSansWeb/NordeaSansSmallWeb-Black.eot?#iefix) format("eot"),url(NordeaSansWeb/NordeaSansSmallWeb-Black.woff) format("woff"),url(NordeaSansWeb/NordeaSansSmallWeb-Black.woff2) format("woff2"),url(NordeaSansWeb/NordeaSansSmallWeb-Black.ttf) format("truetype")
}

.promotion-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 37, 42, .84);
    /* header uses 10 */
    z-index: 12;
}

.promotion-modal {
    font-family: NordeaSansSmall, Arial, Helvetica, sans-serif;
    color: #21252a;
    background-color: #FFFFFF;
    max-width: 450px;
    border-radius: 4px;
    overflow: auto;
    box-shadow: 0 0 1px #091e4280, 0 20px 32px -8px #091e4240;
    max-height: 100vh;
}

.promotion-modal--wide {
    max-width: 900px;
}

.promotion-modal__image img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    display: block;
}

.promotion-modal__body {
    margin: 24px;
}

.promotion-modal__title {
    font-size: 18px;
    font-weight: 700;
}

.promotion-modal__content {
    font-size: 16px;
}

.promotion-modal__content a {
    color:#0000a0;
}

.promotion-modal__content .wysiwyg-font-size-x-large {
    font-size: 24px;
}

.promotion-modal__content .wysiwyg-font-size-large {
    font-size: 18px;
}

.promotion-modal__content .wysiwyg-font-size-medium {
    font-size: 13px;
}

.promotion-modal__content .wysiwyg-font-size-small {
    font-size: 10px;
}

.promotion-modal__content .wysiwyg-text-align-left {
    text-align: left;
}

.promotion-modal__content .wysiwyg-text-align-center {
    text-align: center;
}

.promotion-modal__content .wysiwyg-text-align-right {
    text-align: right;
}

.promotion-modal__content .wysiwyg-text-align-justify {
    text-align: justify;
}

.promotion-modal__content ul li {
    list-style: disc;
    margin-left: 24px
}

.promotion-modal__content ol li {
    list-style: decimal;
    margin-left: 24px
}

.promotion-modal__content ol + p,
.promotion-modal__content ul + p {
    margin-top: 24px
}

.promotion-modal__footer {
    background-color: #F1F3F5;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nd-button {
    height: 36px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #21252a;
    font-style: normal;
    letter-spacing: .3px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    min-width: 36px;
    margin: 0;
    outline: 0 !important;
    text-align: center;
    justify-content: center;
    transition: background-color .4s cubic-bezier(.25,.8,.25,1), color .4s cubic-bezier(.25,.8,.25,1), outline .4s cubic-bezier(.25,.8,.25,1);
    align-items: center;
    font-family: NordeaSansSmall, Arial, Helvetica, sans-serif;
    border-radius: 18px;
}

.nd-button:focus,
.nd-button:active {
    box-shadow: inset 0 0 0 1px #3b6feb,0 0 0 3px #c3ddfa;
}

.nd-button + .nd-button {
    margin-left: 6px;
}

.nd-button:hover {
    background-color: rgba(33, 37, 42, .05);
}

.nd-button--primary {
    background-color: #0000a0;
    color: #fff;
}

.nd-button--primary:hover {
    background-color: #00005e;
}
