@font-face { font-family: "Karma"; src: url("/static/Karma-Bold.otf"); font-weight: bold; } @font-face { font-family: "LinBiolinum"; src: url("/static/LinBiolinum_R.otf"); } html, body { width: 100%; margin: 0; padding: 0; font-family: "LinBiolinum"; font-size: 110%; } h1, h2, h3, h4 { font-family: "Karma"; } #banner { width: 100%; } #stand { width: 200px; float: left; } #errors { margin-bottom: 1em; padding: 4px; border: 2px dashed rgba(128, 0, 0, 0.2); border-radius: 3px; font-weight: bold; background-color: rgba(255,0,0,0.2); color: #800000; } #ads { width: 100%; } #ads tr:hover, #ads tr:focus { background-color: rgba(255,128,0,0.2); } #ads input[type=radio] { width: 100%; margin: 0; } .ad-detail-no { display: none; } #ads a, #ads a:visited { text-decoration: none; color: black; } fieldset { border: 1px dashed #ff8000; } .center { padding: 4px; } .page { background-color: rgba(255,255,255,0.95); } @media screen and (min-width: 801px) { .center { width: 800px; margin: auto; } } table { border-collapse: collapse; } td, th { padding: 2px; border: 1px solid #666; }