@CHARSET "UTF-8";

a {
  color: #FFD103;
}

#ticker_wrapper {
  border: 1px solid #303030;
  font-size: small;
  margin: 2px 10% 2px 2px;
  min-height: 1.5em;
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
}

#ticker {
  height: 1.6em;
  min-height: 1.6em;
  width: auto;
  _width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-device-width: 480px) {

  #ticker_wrapper {
    display: none;
  }
  
}

.scrollWrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.scrollableArea {
  height: 100%;
}

.ticker_end {
  padding: 2px 10px;
  background-color: #303030;
  min-height: 16px;
}

#ticker_contents span {
    float: left;
    display:block;
    white-space: nowrap;
    padding: 2px 6px;
    height: 100%;
}

.name {
  text-align: center;
  min-width: 100px;
  background-color: #505050;
}

.name img {
  vertical-align: middle;
  margin: -2px 3px 0 -4px;
}

.name a {
  text-decoration: none;
}

.name a:hover {
  text-decoration: underline;
}

#ticker .price_up {
  color: #00FF00;
}

#ticker .price_down {
  color: #FF2020;
}

#ticker .price_nochange {
  color: white;
}

#ticker .price {
  font-size: small;
  font-weight: normal;
  padding: 2px 10px;
  min-width: 100px;
  text-align: left;
}