.numberCircle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding-top: 20px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.numberCircle:hover {
    background: #666;
    color: #fff;
    border: 2px solid #fff;
}

.numberCircleTop {
    border-radius: 20rem;
    border: 2px solid #666;
    padding: 20px 16px 16px 16px;
    margin: 15px 0 15px 0;

    background: #fff;
    color: #666;
}

.numberCircleTop:hover {
    background: #666;
    color: #fff;
    border: 2px solid #fff;
}

