.manual a {border-width: 2px;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
background: rgba(80, 173, 85, 1); height: 50px;font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: uppercase;
	text-decoration:none;}
.manual a:before {
    content: '\f1c1' !important;
    font-family: icomoon !important;font-size: 14px;
    margin-right: 5px;
}
.manual a:hover {color:#000}