.mark { background: white; } .listnone { list-style-type: none; } .listdot { list-style-type: disc; text-align: justify; margin-right:2cm; } .noindent { list-style: none; padding-left: 0; } .boxed { border: 2px solid black; width: 2vw; padding-left: 2%; padding-right: 2%; } .centered { text-align: center; } .controls { float: right; } .cont { width: 70%; text-align: center; display: inline-block; } .additional_table_style { text-align: center; margin: 1vw 1vw 1vw 0vw; } input[type=checkbox] { /* Double-sized Checkboxes */ margin-left: 20pt; -ms-transform: scale(2); /* IE */ -moz-transform: scale(2); /* FF */ -webkit-transform: scale(2); /* Safari and Chrome */ -o-transform: scale(2); /* Opera */ padding: 10px; } LABEL.indented-checkbox-text { margin-left: 50pt; display: block; position: relative; margin-top: -1.4em; /* make this margin match whatever your line-height is */ line-height: 1.4em; /* can be set here, or elsewehere */ }