body { } p { font-size: 90%; } li { list-style-type: none; } h1 { font-size: 135%; } h2 { font-size: 100%; font-weight: bold; } h3 { font-size: 100%; font-weight: normal; } span.option { font-size: 100%; font-weight: bold; } .error { font-size: 100%; color: #990000; } .head { max-width: 800px; } .selector { max-width: 800px; } .footer { max-width: 800px; } span.warning { font-size: 80%; } .logo { text-align: center; margin-top: 1.5em; } div.dropdown { -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid black; position: absolute; } div.dropdown div { background-color: white; cursor: default; padding: 0px 3px; } div.dropdown div.current { background-color: #3366cc; color: white; }