<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.affiliate_options {
    overflow: hidden;
    padding: 10px 0 10px 32px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.affiliate_options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font:
        1.1em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.affiliate_options li {
    float: left;
    margin: 0 20px 0 0;
}
.bannertable {
    display: block;
    overflow-x: auto;
}
.datatable {
    width: 100%;
    margin: 10px 0px 20px 0px;
    background-color: #074367;
}
.datatable th {
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    background-color: #0d5784;
    color: #fff;
    padding: 5px;
}
.datatable td {
    margin-left: 3px;
    background-color: #fff;
    padding: 5px;
}
.options-selector {
    display: inline-block;
    padding-right: 10px;
}
.overflow-scroll {
    overflow-x: auto;
}
table.overflow-scroll {
    display: block;
}
.gray-text {
    color: #939393;
}
.video-container {
    position: relative;
    max-width: 720px;
    width: 100%;
}
.video-container video {
    display: block;
}
.video-container .play-button {
    position: absolute;
    max-width: 720px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
}
.video-container .play-button svg {
    transition: all 0.2s ease;
    fill: #fff;
}
.video-container .play-button:hover,
.video-container .play-button:focus {
    cursor: pointer;
}
.video-container .play-button:hover svg,
.video-container .play-button:focus svg {
    cursor: pointer;
    fill: #939393;
}

@media screen and (max-width: 720px) {
    .video-container .play-button,
    .video-container video {
        width: 480px;
    }
}

.note-table {
    border-spacing: 0;
    margin: 10px 0px 20px 0px;
    vertical-align: top;
    width: 100%;
}

.note-table th {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    font-weight: 700;
    color: #494949;
    padding: 5px;
}

.note-table td {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 5px;
}
</pre></body></html>