#content .genericbox {font-size: 1.8rem; color:#333; line-height: 1.8}


#content li > a::before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 3px;
  font: 400 24px/24px 'FontAwesome';
  color: #256fcc;
  transition: .33s all ease;
}

#content li {
  padding-top: 10px;
}



#content li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

#content a, #content a:active, #content a:focus {
  color: #444;
}


#content .icon-box::before, #content .icon-box::after {
    border-bottom-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}