.chart_wrap{
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.chart_wrap h5{
  font-size: 16px;
  text-transform: none;
  color: inherit;
  margin-top: 0;
}
.chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 100px;
  text-align: center;
  line-height: 83px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
input {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #2c3e50;
  color: #ecf0f1;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #e67e22;
  color: #2c3e50;
}