.statistics_graphics-actions {
  text-align: center;
  clear: both;
  padding: 2em 2em 0;
}

.statistics_graphics {
  display: none;
}

.statistics-item {
  text-align: center;
}

.btn-more-facts {
  background-color: #EDEDED;
  border: none;
  padding: 1em 3.5em;
  font-size: 12px;
  color: #CACACA;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn-more-facts:hover {
  color: #969494;
  text-decoration: underline;
}

.statistics_graphics-close {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}

.btn-facts-close {
  background: url('../img/close_btn.png') no-repeat 0 0;
  top: -1em;
  right: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: none;
  position: absolute;
  border: none;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn-facts-close-label {
  top: 1.5em;
  right: 30px;
  width: 47px;
  height: 50px;
  font-size: 12px;
  color: #CACACA;
  overflow: hidden;
  display: none;
  position: absolute;
  border: none;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn-facts-close span {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}


