.exchange {
  max-width: 300px;
  margin: 20px auto;
}
.exchange .heading {
  padding: 10px;
  border-bottom: 2px solid #A35391;
}
.exchange h2 {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}
.exchange table {
  background-color: white;
  border-collapse: collapse;
  width: 100%;
}
.exchange table th {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  border-bottom: 1px solid rgba(155, 155, 155, 0.25);
  text-align: right;
}
.exchange table th:first-of-type {
  text-align: left;
}
.exchange table td {
  font-size: 16px;
  font-weight: 700;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.25);
  text-align: right;
}
.exchange table td.currency_row {
  background-repeat: no-repeat;
  background-size: 28px 20px;
  background-position: 10px center;
  text-align: left;
  padding-left: 50px;
}
.exchange table td.currency_up, .exchange table td.currency_down {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50px center;
}
.exchange table td img {
  margin-right: 10px;
}

.updated-time {
  font-size: 10px;
  text-align: right;
  background-color: white;
  padding: 10px;
  font-weight: 300;
}

/*# sourceMappingURL=exchange_rate.css.map */
