I have designed a list of checkboxes with rounded borders on the labels, but now the border of each checkbox either overlaps or cuts through the border of the neighboring checkbox. https://i.sstatic.net/cRarZ.png
CSS
.interest {
display:inline-block !important;
}
.bubble {
position: absolute;
left: -9999px;
top: 0;
}
.circle {
border: 1px solid #000;
padding: 15px;
border-radius: 50%;
}