.theme-shade {
  color: #f58e27;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #333333 !important;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px !important;
}
.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.subtitle {
  font-size: 9pt;
}
.filler {
  clear: both;
  height: 0px;
}
.ticker-overlay {
  z-index: 99999;
  position: absolute;
  border: 1px solid #e0e0e0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 100%;
  min-height: 95px;
}
.ticker-overlay .ticker-content {
  display: table;
  margin-left: 0px;
}
.ticker-overlay .ticker-content ul {
  display: none;
}
.ticker-overlay .ticker-content .segments table {
  display: none;
  /*td:after {
                        clear: both;
                        display: table;
                    }*/

}
.ticker-overlay .ticker-content .segments table td {
  text-align: left;
  vertical-align: top;
}
.ticker-overlay:after {
  clear: both;
  display: table;
}
