<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.demo-table {
    width: 100%;
    border-spacing: initial;
    margin: 20px 0px;
    word-break: break-word;
    table-layout: auto;
    line-height: 1.8em;
    color: #333;
}

.demo-table th {
    background: #999;
    padding: 5px;
    text-align: left;
    color: #FFF;
}

.demo-table td {
    border-bottom: #f0f0f0 1px solid;
    background-color: #ffffff;
    padding: 5px;
}

.demo-table td div.feed_title {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.demo-table ul {
    margin: 0;
    padding: 0;
}

.demo-table li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size: 20px;
}

.demo-table .highlight, .demo-table .selected {
    color: #F4B30A;
    text-shadow: 0 0 1px #F48F0A;
}

#loader-icon {
    display: none;
    vertical-align: top;
}

#image-size {
    width: 30px;
}


.tags_container {
    width: 100%;
    display: table;
}

.tags_container li {
    font-size: 10px;
    font-family: sans-serif;
    /* font-weight: bold; */
    color: #4F555F;
    /* border: 1px solid #efefef; */
    /* border-left: 1px solid black; */
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 0px;
}

.tags_container li.selected2 {
    background-color: #CFE2CF;
}

.tags_container li:hover {
    background-color: #EEE;
}


div#check_admin {
    border: 1px solid #CECECE;
    margin-top: 20px;
    border-radius: 3px;
    background: #FFDBDB;
    padding: 10px;
}</pre></body></html>