.PayeePortal-statements-page {
    height: 100%;

    &-nav {
        background-color: $mouse;
        padding: 25px 0 10px 0;
    }

    &-body {
        border: 1px solid #d9d2d0;
        padding: 10px 25px 25px 25px;
    }

    &-heading {
        font-weight: 500;
    }

    .DismissibleAlert-warning-title {
        font-weight: 500;
    }

    .DismissibleAlert-warning-subtitle {
        color: $fox;
    }

    .DismissibleAlert-warning-button {
        font-weight: 500;
        text-transform: uppercase;
    }
}
