<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#episodeAdminPanel {
    margin-top: 20px;
}

#episodeAdminPanel .title {
    text-align: center;
}

.quickActionTable {
    width: 100%;
    border-collapse: collapse;
}

.fansubNameCol {
    background-color: #338245c2;
}

.deleteFansubCol {
    background-color: #7d3d44;
}

.deleteFansubVideosCol {
    background-color: #5d467a8a;
}

.tableHeaderRow .tableHeader {
    background-color: black;
}

.tableDataRow .deleteFansub,
.tableDataRow .deleteFansubVideos {
    cursor: pointer;
    text-align: center;
}

.quickActionTable,
.quickActionTable td,
.quickActionTable th {
    padding: 8px;
    border-bottom: 1px solid #f9f9f985;
}
</pre></body></html>