#currencies {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 25px;
}

#currencies .row {
  margin-bottom: 0 !important;
}

#currencies p {
  margin: 0;
}

#currencies small {
  font-size: 12px;
}

#currencies .badge {
  font-weight: normal;
}

#currencies .currency-retail {
  color: #ff7600;
  white-space: nowrap;
}

#currencies .currencies-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 15px 35px;
}

#currencies .currency > .row:nth-child(even) > [class*="col-"] > .currency-rate-heading {
  border-top: 1px dotted #cecece;
}

#currencies .currencies-body > .row {
  border-bottom: 1px solid #cecece;
}

#currencies .currency > .row:first-child .currency-rate {
  padding: 40px 0;
}

#currencies .currency > .row:first-child > [class*="col-"] > .row > [class*="col-"]:first-child .currency-rate {
  padding: 19px 0 40px;
}

#currencies .currency > .row:not(:first-child) .currency-rate {
  padding: 0 0 30px;
}

#currencies .currency > .row:not(:first-child) .currency-rate {
  color: #bcbcbc;
}

#currencies .currency .currency-action {
  padding: 40px 0;
}

#currencies .currency .currency-rate-heading {
  padding: 20px 0 0;
}

#currencies .currency .currency-figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0 0;
}

#currencies .currency .currency-caption {
  margin: 0 0 0 15px;
}

#currencies .currency .currency-rate-heading {
  color: #bcbcbc;
}

#currencies .currency .currency-rate-heading .badge {
  background-color: #bcbcbc;
}

#currencies .currencies-body > .row:hover > [class*="col-"] {
  background-color: #f5f5f5;
}

#currencies .currencies-body > .row > [class*="col-"] {
  margin: 10px 0;
}

@media (min-width: 768px) {
  #currencies .currencies-wrapper {
    padding: 0 30px 35px;
  }

  #currencies .currencies-heading .currency-heading {
    padding: 25px 0;
  }
  
  #currencies .currency .currency-figure {
    padding: 30px 0;
  }

  #currencies .currencies-heading > .row {
    border-bottom: 1px solid #cecece;
  }

  #currencies .currencies-body > .row > [class*="col-"] {
    border-radius: 10px;
    margin: 5px 0;
  }

  #currencies .currencies-body > .row > [class*="col-"] {
    border-radius: 10px;
    margin: 5px 0;
  }

  #currencies .currency > .row:first-child > [class*="col-"] > .row > [class*="col-"]:first-child .currency-rate {
    padding: 30px 0 40px;
  }

  #currencies .currency > .row:first-child .currency-rate {
    padding: 51px 0 40px;
  }
}