:root {
  --color-text: #FFFFFF;
  --color-dim: #CCC;
  --color-background: #202b38;
  --color-dialog-bg: #1F262E;
  --color-dialog-border: #19B5FE;
  --color-scrollbar: #555;
  --color-border: #1F262E;
  --color-button-bg: #F6F6F6;
  --color-button-bg-active: #007FFF;
  --color-button-border: #CCCCCC;
  --color-button-text: #202b38;
  --color-button-hover: #CCC;
  --color-link: #C6DAF1;
  --color-link-visited: #888;
  --color-link-hover: #19B5FE;
  --color-tab-border: #404552;
  --color-feed-control: #F77F00;
  --color-feed-control-hover: #19B5FE;
  --color-feed-title: #C6DAF1;
  --font-feed-title: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  --color-feed-border: #1F262E;
  --color-feed-header-bg1: #303b48;
  --color-feed-header-bg2: #202b38;
  --color-feed-header-bg3: #1F262E;
  --color-feed-bg: #383C4A;
  --color-feed-bg-alt: #424657;
  --color-feed-bg-hover: #1F262E;
  --color-tab-active-fg: #19B5FE;
  --color-tab-active-bg: #1F262E;
  --color-tab-inactive-fg: #1F262E;
  --color-tab-inactive-bg: #29323C;
  --color-tab-hover: #424657;
  --color-danger: #DC3545;
  --color-search-result-hilight: #FF0;
}




li.feedItem
{
    font-family: Verdana, "MS Sans Serif" !important;
    font-weight: normal !important;
    list-style-position: inside !important;
    list-style-type: square !important;
}

li.feed
{
    margin-left: 0.5em !important;
    margin-top: 0.7em !important;
    border: solid !important;
    border-color: #4040A0 !important;
    border-width: 1px !important;
}

ul.column
{
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
}

.itemDiv
{
    margin-top: -1.2em !important;
    margin-left: 1em !important;
}

.ui-tabs .ui-tabs-nav li
{
    font-weight: bold !important;
}

.feedHeader > .feedTitle
{
    font-weight: bold !important;
    font-variant: normal !important;
    font-size:0.9em !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
    padding: .5em 1.5em !important;
}

.ui-state-active i.tabCloser
{
    opacity: 33% !important;
}

#tabs
{
    background-image: url("https://www.celeri.net/_trucs/petrolette_night.jpg") !important;
}
