.block-stock-block {
  /* float: left;
	max-width: 270px; */
  padding: 30px 0;
}

.block-stock-block h2 {
  margin-top: 0px;
}

.inner-stock {
  background: #00A480;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  padding: 35px 25px 10px 25px;
  position: relative;
  border-radius: 4px;
}

.inner-stock:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 21px;
  transform: translate(0, -50%) rotate(0deg);
  background-image: url(../images/stock-icon.svg);
}

.inner-stock.negative {
  background: #e94040
}

.inner-stock.negative:before {
  transform: translate(0, -50%) rotate(180deg);
}

.inner-stock p {
  font-size: 14px;
  font-weight: 600;
}

.inner-stock p.stock-value {
  font-size: 44px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 0px;
  line-height: 44px;
}

.inner-stock p.stock-perc {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inner-stock p.stock-date {
  font-size: 12px;
  font-weight: 300;
}
