HTML:
{t _your_email}:
CSS:
label { display: block;
If the label immediately follows a specified input element:
label
input
input#example + label { ... } input:checked + label { ... }