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

.rss-date{
    color:#888;
    font-size:0.8em;
}
.rss-excerpt{
    font-size:0.9em;
    color:#444 ;
}

.rss-title{
    margin-bottom:10px;
}

.rss-title a{
    font-weight: bold;
}

.rss-sc li{
    list-style-type: none;
}

.rss-sc li:before {
    content: "\f345";
    font: 14px/1 "dashicons";
    color: #BBB;
    margin-left:-1em;
}

/* Simple Calendar */

table.simcal-calendar-grid,
table.simcal-calendar-grid thead tr th,
table.simcal-calendar-grid tfoot tr th,
table.simcal-calendar-grid tbody tr td,
table.simcal-calendar-grid tr td,
table.simcal-calendar-grid tfoot tr td {
    border: none;
}

.simcal-week-day {
    background-color: #ffffff; /* Background color for day names: dl, dm, dc, ... */
}

.simcal-default-calendar-grid {
    width: 94%; /* Widget width. Overrides default value of 100% */
}
</pre></body></html>