<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .republish-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    max-width: 90%;
    background: #e22618;
    padding: 30px;
    transform: translate(-50%,-50%);
}

.republish-modal p{
    color: #ffffff;
    text-align: center;
}

#main .republish-button {
    font-size: 13px;
    background: #7e9eab;
    color: #fff;
    font-family: var(--font-oswald-regular-family);
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    padding: 0 20px;
}

#main .republish-button.republish-button--inline {
    display: inline-block;
    width: auto;
}

#main .republish-button:hover {
    background: #666;
}

.republish-source {
    font-size: 16px;
}

.republish-source-hidden {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}</pre></body></html>