<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

/* Styles for the entire page */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Styles for the event table */
.nl-block {
    border-collapse: collapse;
    border: none;
    margin: 0;
    width: 280px;
}

/* Styles for the event image */
.img-td {
    padding: 0 0 14px 0;
    width: 280px;
    height: 158px;
}

.img-td div {
    border: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
}

/* Styles for the event title */
.title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    margin: 0;
    padding: 0 0 8px 0;
    text-align: left;
    text-transform: uppercase;
}

/* Styles for the event description */
.content {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}

/* Styles for the event link */
.link {
    text-decoration: none !important;
    color: #010101;
    font-weight: 600;
    float: right;
}
</pre></body></html>