.badge.style-2{
	border-radius: 0.25rem;
}

.badge.style-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    width: 2.875rem;
    height: 2.875rem;
    max-height: none;
    padding: 0;
    border-radius: 50%;
}

.badge + .badge {
    margin-top: 3px;
}