body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #7f7e7e;
  background-color: #ececec;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 35px;
  font-weight: 300;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

.report-statistic-box {
  float: left;
  width: 25%;
  height: 275px;
  background-color: #fafafa;
  border-right: 2px solid #ececec;
  text-align: center;
}

.report-statistic-box .box-header {
  background-color: #f2f2f2;
  font-weight: 400;
  font-size: 15px;
  height: 60px;
  padding-top: 20px;
}

.report-statistic-box .box-header span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}


.report-statistic-box .box-content {
  position: relative;
  margin: 20px auto 15px;
  width: 130px;
  height: 130px;
}

.report-statistic-box .box-content .drive-sofar {
  font-size: 46px;
  font-weight: 400;
  color: #80cdbe;
  padding-top: 32px;
}

.report-statistic-box .box-content .condition {
  font-size: 20px;
  width: 100%;
}

.report-statistic-box .box-content.first-time {
  width: 230px;
  margin: 80px auto 15px;
}

.report-statistic-box .box-content.pending {
  width: 230px;
  margin: 65px auto 15px;
}

.report-statistic-box .box-content .percentage {
  position: absolute;
  font-size: 28px;
  top: 34%;
  left: 31%;
}

.report-statistic-box .box-content .drive-total {
  font-size: 28px;
  font-weight: 300;
  color: #f5ab34;
  padding-top: 46px;
}

.conversionValue .conversionCurrency {
  font-size: 18px;
  font-weight: 400;
  color: #f5ab34;
  padding-top: 46px;
}

.report-statistic-box .delivery-rate {
  color: #f5ab34;
}

.report-statistic-box .open-rate {
  color: #30afe4;
}

.report-statistic-box .click-to-open {
  color: #80cdbe;
}

.report-statistic-box .box-foot {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
}

.report-statistic-box .box-foot .box-foot-stats {
  font-size: 15px;
}

.report-statistic-box .box-foot .box-foot-left {
  float: left;
  text-align: left;
}

.report-statistic-box .box-foot .box-foot-right {
  float: right;
  text-align: right;
}

.report-statistic-box .box-foot .arrow {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
}

@media (max-width: 1024px) {
  .report-statistic-box {
    width: 100%;
  }

  .report-statistic-box .box-foot {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    padding: 0 20px;
    margin-top: -2em;
  }

  .report-statistic-box .box-foot .box-foot-stats {
    font-size: 28px;
  }

  .report-statistic-box .box-header {
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 24px;
    height: 60px;
    padding-top: 10px;
  }
}
