the input type checkbox just wont work, chrome displays the default checkboxes while my other css cases work and display how they should.
.checkbox{
border: 2px solid white !important;
background:#121f20 !important;
color:white !important;
font-family: open sans !important;
font-weight: 900 !important;
font-size: 15px !important;
padding:5px !important;
}
html
<table class="tableEnd">
<tr>
<td class="emptyTd">
<input type="checkbox" class="checkbox" name="checkbox" value="checkbox" /> I certify that I have read and agreed to the General Terms and Agreement <br>
<input type="checkbox" class="checkbox" name="option" value="Check" > I certify that I have read and agreed to the Acceptable Use Policy <br>
<input type="checkbox" class="checkbox" name="option" value="Check"> I commission to provision services immediately. Distance selling regulations do not apply<br></td>
</tr>
</table>
<table class="tableEnd">
<tr>
<td class="coupon">Coupon <input type="text" name="coupon" value="code"> <input class="button" type="submit" value="Submit"></td>
<td class="payment" ><input class="button" type="submit" value="Order"></td>
</tr>
</table>