.ver-wraper {
  margin-bottom: 60px;
  
}
.ver-header {
  display: block;  
  text-align: left;
}

.ver-build {
  display: inline;    
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  background-color: #f0ad4e;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.ver-year {
  font-size: 13px;
  font-weight:bold;
}

.ver-enhancement {
  display: block;
  font-size: 14px;
  color: #222;
}

.ver-enhancement:before {
  font-family:"fontawesome";
  font-size:14px;
  line-height:1;
  color:#5cb85c;
  content: "\f0fe";
  -webkit-font-smoothing:antialiased;
  margin-right: 3px;
  }
  
.ver-bugfix {
  display: block;
  font-size: 14px;
  color: #222;
}

.ver-bugfix:before {
  font-family:"fontawesome";
  font-size:14px;
  line-height:1;
  color:#b94a48;
  content: "\f188";
  -webkit-font-smoothing:antialiased;
  margin-right: 3px;
  }  