<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .umsl-moveout {
        background-color: #f9f9f9;
        padding: 2rem;
        border-left: 6px solid #990000;
        border-radius: 8px;
        font-family: Arial, sans-serif;
        color: #333;
        max-width: 860px;
        margin: 2rem auto;
    }
    .umsl-moveout h2 {
        color: #990000;
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .umsl-moveout h3 {
        color: #990000;
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }
    .umsl-moveout p {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .umsl-moveout time {
        font-weight: bold;
        color: #cc0000;
    }
    .date-header-container {
        background-color: #eaab00;
        text-align: center;
        border-radius: 6px;
        margin-bottom: 2rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        border-left: 4px solid #ccc;
    }
    .umsl-move-mini-container {
        background-color: rgba(234, 171, 0, 0.49);
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        margin: auto;
        width: 50%;
        text-align: center;
        border-left: 4px solid #ccc;
    }


    .umsl-moveout .event-section {
        background-color: #fff;
        padding: 1rem 1.25rem;
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        margin-bottom: 1.5rem;
        border-left: 4px solid #ccc;
    }
    .umsl-moveout .event-section time {
        display: block;
        font-size: 1.1rem;
        width: 50%;
        border-radius: 6px;
        box-shadow: 0 1px 3px rgb(120, 190, 33);
        margin-bottom: 0.5rem;
    }
    .umsl-moveout .highlight {
        background-color: #ffe9cc;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-weight: bold;
    }
    @media screen and (max-width: 600px) {
        .umsl-moveout {
            padding: 1.25rem;
        }
    }</pre></body></html>