This is due to your Joomla template. Please see the below culprit CSS.
IN: templates/webagency/css/template_css.css
ON: Line 1495
Code:
.sectiontableentry1 input, .sectiontableentry2 input {
background: none repeat scroll 0 0 transparent;
height: 15px;
margin: 0;
padding: 0;
vertical-align: middle;
width: 15px;
}
Removing the width will resolve the issue.