.checkbox input[type="checkbox"] { display: inline-block; }
.checkbox input[type="checkbox"] +  i { display: none; }
.forecast-table td label input { display: inline-block; }
.forecast-table td label input + i { display: none; }
.forecast-table td label.win input { border: 1px solid #188A19; }