
.chart {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  font-family: 'Roboto', 'sans-serif';
  color:#093195;
  font-weight:500;
  font-size:12px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart2 {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  font-family: 'Roboto', 'sans-serif';
  color:#093195;
  font-weight:500;
  font-size:12px;
}
.chart2 canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 55px;
  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: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  background: #333333;
  color: #ffffff;
}
.span6 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  li {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 430px) {
  .span6 {
    float: none;
    width: 100%;
  }
  body {
    padding-top: 0;
  }
  ul {
    height: auto;
    position: static;
  }
  li {
    display: block;
    width: 100%;
  }
  li a {
    white-space: normal;
  }
  a.active:after {
    display: none;
  }
}
