#true_loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
}

#true_loadmore button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 36px;
  box-shadow: 0 6px 10px rgba(0, 0, 40, 0.16), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background-color: #E20613;
  color: #ffffff;
  font-family: 'roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17.18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  outline: none;
  border: none;
  cursor: pointer;
}

#true_loadmore button:hover {
  background-color: #E20613;
}

.category-forecast-gold #true_loadmore,
.category-crypto-forecast #true_loadmore,
.category-forecast-gbpusd #true_loadmore,
.category-forecast-eurusd #true_loadmore,
.category-forecast-oil-wti #true_loadmore {
	margin: 0 auto;
}