.pair-stats{
  background-color: #051e2a;
  min-height: 100px;
  min-width: 230px;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../img/bg_panel01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
}
.pair-stats .line-1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.pair-stats .line-1 span{
  font-size: 14px;
}
.pair-stats .line-1 .cur{
  font-weight: 700;
}
.pair-stats .line-1 .rate{
  font-weight: 500;
}
.pair-stats .line-1 .rate i{
  font-style: normal;
  padding-right: 6px;
  font-weight: 300;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 8px;
}
.pair-stats .line-1 .rate em{
  font-style: normal;
}
.pair-stats .line-2,
.pair-stats .line-3 {
  font-weight: 400;
}
.pair-stats .line-2 .price{
  font-size: 14px;
  padding-right: 10px;
  font-weight: 500;
}
.pair-stats .line-2 .price-usd{
  font-size: 12px;
  font-weight: 400;
}
.pair-stats .line-3{
  font-size: 12px;
  font-weight: 400;
}