.fin-indicators {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.fin-indicators {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
}
.fin-indicators__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 322px;
  align-content: flex-start;
  width: 100%;
}
.fin-indicators input {
  display: none;
}
.fin-indicators input:checked + label {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}
.fin-indicators label {
  flex-grow: 1;
  padding: 16px 6px;
  text-align: center;
  letter-spacing: 1.4px;
  color: rgba(33, 65, 141, 0.5);
  background: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
.fin-indicators label:hover {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}
.fin-indicators #fin-tab-0:checked ~ #fin-content-0 {
  display: block;
}
.fin-indicators #fin-tab-1:checked ~ #fin-content-1 {
  display: block;
}
.fin-indicators #fin-tab-2:checked ~ #fin-content-2 {
  display: block;
}
.fin-indicators #fin-tab-3:checked ~ #fin-content-3 {
  display: block;
}
.fin-indicators__content {
  display: none;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.fin-indicators__row {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
}
.fin-indicators__row:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.fin-indicators .description {
  text-align: left;
  width: 38%;
}
.fin-indicators .price {
  text-align: left;
  width: 30%;
}
.fin-indicators .change {
  width: 32%;
}
.fin-indicators .change--1 {
  color: #fb3c40;
}
.fin-indicators .change--1:before {
  background-image: url("/img/indicator-down.png");
}
.fin-indicators .change-1 {
  color: #129c00;
}
.fin-indicators .change-1:before {
  background-image: url("/img/indicator-up.png");
}
.fin-indicators .change-1,
.fin-indicators .change--1 {
  padding-left: 16px;
  position: relative;
}
.fin-indicators .change-1:before,
.fin-indicators .change--1:before {
  content: "";
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fin-indicators__sponsor {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 8px 0;
}
.fin-indicators__sponsor span {
  font-size: 11px;
  color: #9e9eaf;
}
.fin-indicators__sponsor img {
  height: 25px;
  margin-left: 4px;
}
