.uk-top-bar {background-color:#f1f5fb;}
.hmove { display: flex; flex-flow: row nowrap;}
.hitem {
  width:40%; 
  flex-shrink: 0; 
  font-family:'Gotham Rounded',Roboto,sans-serif,sans-serif;
  padding: 0px;
  text-align: center;}
@keyframes tickerh {
  0% { transform: translatex(0%); }
  50% { transform: translatex(-240%); }
  50.01% { transform: translatex(0%); }
  100% { transform: translatex(-240%); }
}
@keyframes tickerh2 {
  0% { transform: translatex(140%); }
  100% { transform: translatex(-100%); }
}
.hmove.one {animation: tickerh linear 80s infinite; }
.hmove.two {animation: tickerh2 linear 40s infinite;}
.hwrap {
  overflow: hidden;
  display:flex;
}
.hwrap, .hwrap * { box-sizing: border-box; }
.Trow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  justify-content: center;
}
.Tcolumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0;
}
.name {
  color:#666;
  font-weight:bold;
  text-align:right;
  white-space: nowrap;
  text-transform: uppercase;
}
.graph {
  margin:0px 15px;
  width:40px;
}
.rate {
  text-align: right;
  font-size:14px;
  line-height:1.5;
  color:#666;
  padding-right:15px;
}
.green {
  color:#00ab36;
  font-weight:600;
}
.red {
  color:#ff2121;
  font-weight:600;
}
.mmisummary {
  left:0px;
  color:#666;
  font-size: 10px;
  width:180px;
  border-right:2px solid #fff;
}
.headerbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position:absolute;
  background-color:#ECF3F8;
  top:0px;
  z-index: 1;
  height:82px;
  padding: 2px 10px;
}
.obLogin {
  border-left:2px solid #fff;
  position:absolute; 
  right:0px;
}
.power {
  color:#2267ab;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  line-height:20px
}
#tbUsername, #tbPassword {
  margin-top:20px;
}
.positive {
  color: #00ab36;
}
.positive:before {
  content: "\25B2";
}
.negative {
  color: #ff2121;
}
.negative:before {
  content: "\25BC";
}
.indication {
  display: inline;
}
@media screen and (max-width: 1650px) {
    .hitem {
      width:46%;
    }
    @keyframes tickerh {
      0% { transform: translatex(0%); }
      50% { transform: translatex(-276%); }
      50.01% { transform: translatex(0%); }
      100% { transform: translatex(-276%); }
    }
    @keyframes tickerh2 {
      0% { transform: translatex(176%); }
      100% { transform: translatex(-100%); }
    }
}