div[data-notify] {
    z-index: 99999999 !important;
}

footer {
    color: #ccc;
    margin-top: 5rem;
    padding: 1rem;
    border-top: 1px solid #ccc;
    background: linear-gradient(180deg, #eee 0%, #fff 100%);
}

.summary {
    border: 1px solid #ccc;
    background-color: #eeeeee;
    border-radius: 4px;
    padding: 3px;
}
    .summary p, .summary ul, .summary li {
        margin: 0 !important;
    }

    .summary-value {
        color: #660000;
    }
