input[type="checkbox"] {
    float: left;
    margin: 0.2rem 0 0 0;
}

input[type="checkbox"] + label {
    display: inline;
}

