body { display: none;}

#channelsContainer {
  text-align: center;
}

#helpContainer {
  text-align: center;
}

#helpContainer a {
  text-decoration: none;
}

#helpContainer td a {
  text-decoration: underline;
}

.ui-accordion .ui-accordion-header {
  font-size: 80%;
}

.ui-accordion-content td {
  font-size: 12px;
}

  body#theme-black {
    background-color: #171717;
    color: #e9e9e9;
  }

  body#theme-silver {
    background-color: #FFF;
    color: #000;
  }

  #theme-silver .ui-tabs .ui-tabs-panel {
    background-color: #FFF;
    padding: 0.5em 1.0em;
  }

  #theme-black .ui-tabs .ui-tabs-panel {
    background-color: #303030;
    padding: 0.5em 1.0em;
  }

  #theme-silver .ui-widget-header {
    background: #FFF;
    border: none;
  }

  #theme-black .ui-widget-header {
    background: #171717;
    border: none;
  }

  #theme-silver .ui-widget-content {
    color: #000;
    border: 1px #BFBFBF solid;
    background: none;
  }

  #theme-black .ui-widget-content {
    border: none;
    color: #e9e9e9;
    background: none;
  }

  #theme-silver .ui-widget-content a {
    color: #000;
  }

  #theme-black .ui-widget-content a {
    color: #e9e9e9;
  }

  #theme-silver .ui-tabs li.ui-state-focus a:focus {
    outline: none;
  }
  #theme-black .ui-tabs li.ui-state-focus a:focus {
    outline: none;
  }
  #theme-silver .ui-tabs {
    border: 0px;
  }

  #theme-silver .ui-tabs li .ui-tabs-anchor {
    padding: 0.1em 0.5em;
  }

  #theme-black .ui-tabs li .ui-tabs-anchor {
    padding: 0.1em 0.5em;
  }

  #theme-silver .ui-tabs li {
    font-size: 0.7em;
    padding: 0.3em 0.5em;
  }

  #theme-black .ui-tabs li {
    background: #8A8A8A;
    font-size: 0.7em;
    padding: 0.3em 0.5em;
  }

  #theme-silver .ui-tabs li.ui-tabs-active {
    border: 1px #9D9D9D solid;
    border-bottom: 0px;
    font-weight: bold;
  }

  #theme-black .ui-tabs li.ui-tabs-active {
    font-weight: bold;
    background: #3B3A3A;
    border-bottom: 0px;
  }
