div#RSSList {border: 1px solid var(--menu-border-color); background-color: var(--menu-background-color); overflow: hidden; -moz-user-focus: normal; -moz-user-input: enabled}

#dlgAddRSS-header {background-image: url(./images/rss.gif)}
#dlgAddRSSGroup-header {background-image: url(./images/rss.gif)}
#dlgEditRSS-header {background-image: url(./images/rss.gif)}
#dlgLoadTorrents-header {background-image: url(../../images/world.gif)}
#dlgEditFilters-header {background-image: url(./images/rss.gif)}
#filterList {
  height: 16rem;
}
.lf {background-color: var(--menu-background-color); border: 1px solid var(--menu-border-color); overflow: auto}
.lf ul {
  height: 100%;
  list-style-position: inside;
  list-style: none;
  white-space: nowrap;
}
.lf li {margin: 0 ; padding: 0}
.lf li input.TextboxFocus { width: 85%; background-color: var(--menu-highlight-background-color); }
.lf li input.TextboxNormal { width: 85%; background-color: var(--menu-background-color) }
.lf li input { border: 0; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; cursor: default; font-weight: bold; }
div#FLTchk_buttons {padding-top: 5px; width: 260px; text-align:center}
.rf {background-color: var(--dialog-bg-color);}
div#FLT_buttons {clear: both}

#chkFilterBtn {width: 50px}

#rsslayout { border: 0; display: none; margin: 5px; white-space: pre-line; }
#rsslayout div { max-width: 700px; }
.bbcode-code { padding: 1em; border: 1px solid; }
.bbcode-quote { display: block; padding-left: 1.6em; }
.bbcode-size, .bbcode-size-normal { font-size: normal; }
.bbcode-size-small { font-size: smaller; }
.bbcode-size-large { font-size: larger; }
.bbcode-color { color: inherit; }
.bbcode-align-left { display: block; text-align: start; }
.bbcode-align-right { display: block; text-align: end; }
.bbcode-align-center { display: block; margin-left: auto; margin-right: auto; text-align: center; }
.bbcode-font-times { font-family: 'Times New Roman', Times, serif; }
.bbcode-font-courier { font-family: 'Courier New', Courier, monospace; }
.bbcode-font-arial { font-family: Arial, Helvetica, sans-serif; }
.bbcode-font-serif { font-family: serif; }
.bbcode-font-sans { font-family: sans-serif; }
.bbcode-font-fantasy { font-family: fantasy; }
.bbcode-font-monospace { font-family: monospace, monospace; }
.bbcode-font-caps { font-variant: small-caps; }
#rsslayout .raw-details { font-size: smaller; float: right; padding: 0 0 0.5em 0.5em; max-width: 700px; }
#rsslayout .raw-details summary { opacity: 0.5; text-align: right;}


#tab_lcont.notification > a::after { color: gray; content: " ⚠"; }

#rsstimer { font-weight: normal; }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  #filterList {
    height: 24rem;
  }
  #dlgEditFilters {
    max-width: 750px;
  }
  #dlgLoadTorrents {
    max-width: 500px;
  }
}
