.margin10{ margin-top: 10px; margin-bottom: 10px; margin-right: 10px; margin-left: 10px; } /* The ones below are for fields*/ .custom-table { display: table; } label { display: table-header-group; } input { display: table-row-group; } input:focus + label { color:black; font-weight: bold; }