.incremental-counter .num {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #00aae6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 1.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 22px;
    font-size: 5px;
    font-size: 1.4em;
    font-weight: 700;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}
.incremental-counter .num::before {
     background: #00aae6;
     content: "";
     display: block;
     height: 1px;
     left: -1px;
     margin: -0.5px 0 0;
     position: absolute;
     right: -1px;
     top: 50%;
     width: auto;
}
.countfect {
    font-family: 'Roboto';
    font-size: 1em;
    font-weight: 700;
    /* more styles here */
}