2 background-color: black
;
4 font-family: 'Encode Sans Semi Condensed', Arial
, Helvetica
, Verdana
, sans-serif
;
12 text-decoration: none
;
17 text-decoration: none
;
22 text-decoration: none
;
45 /* in order to define widths */
46 display: inline-block
;
51 /* positions the label text beside the input */
57 /* large margin-right to force the next element to the new-line
58 and margin-left to create a gutter between the label and input */
62 /* only the submit button is matched by this selector,
63 but to be sure you could use an id or class for that button */
78 table#result
tr:nth-child
(even
) {
79 background-color: #eee;
82 table#result
tr:nth-child
(odd
) {
83 background-color: #fff;