.ticker {
  border: 1px solid #ececec;
  background-color: #f9f9f9;
  padding: 15px 18px 10px 15px;
  margin-bottom: 15px;
}
.ticker .currency_icon {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.ticker .currency_name {
  float: left;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
  width: calc(100% - 60px);
  text-align: right;
  margin-top: 3px;
}
.ticker .current_price {
  font-family: 'Open Sans', sans-serif;
  float: left;
  font-size: 22px;
  font-weight: 400;
  color: #565656;
  width: calc(100% - 60px);
  text-align: right;
}
.ticker .daily_history {
  clear: both;
  text-align: right;
}
.ticker .daily_history li {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  color: #bbb;
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.ticker .daily_history li:last-child {
  display: none;
}