@charset "utf-8"; body { margin: 0 auto; padding: 20px; /*min-width: 650px;*/ max-width: 912px; font-family: "Open Sans", sans-serif; font-size: 14px; background-image: url(../images/bgBody.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: center top; background-size: cover; }.head {display: none;} a, h1, h2, h3, h4, h5, h6 { color: #1c1c1c; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } a:hover { text-decoration: none; } h3 { margin: 45px 0 20px 0; } hr { width: 90%; margin: 30px auto 40px auto; color: #000; border: 1px rgba(0, 0, 0, 0.5) solid; } input[type="button"] { margin: 0 5px; padding: 2px 7px; } p { margin: 10px 0; } section > .container { background-color: rgba(0, 0, 0, 0.06); overflow: auto; border-top: 3px #666 solid; margin-bottom: 40px; padding: 10px 20px 25px 20px; } section:nth-child(2n) > .container { background-color: rgba(0, 0, 0, 0.1); } table { width: 100%; } ul { list-style: circle; } h1 { display: none; } .head img { max-width: 100%; height: auto; } #hall-of-fame-data { display: none; } #hall-of-fame-form { display: none; } #pexeso { position: relative; background-size: cover; background-position: center; } #pexeso:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-color: #444; background-image: url("../images/loader.gif"); background-position: center; background-repeat: no-repeat; z-index: 999; } #pexeso.loaded:after { display: none; } #pexeso.paused.loaded:after { display: block; background-image: none; } .button { font-family: "Open Sans", sans-serif; display: inline-block; border: 1px solid #333; background-color: #333; color: #eee; margin-right: 5px; border-radius: 15px; padding: 5px 14px; text-decoration: none; transition: all 0.3s ease-out; text-transform: uppercase; cursor: pointer; } .button:focus { outline: none; } .button:hover { background-color: #eee; color: #333; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); } .center { text-align: center; } .content { padding: 0 8px; } .data td, .data th { /*min-width: 200px;*/ padding: 8px 5px; background-color: rgba(135, 135, 135, 0.2); } .data th { background-color: rgba(135, 135, 135, 0.2); font-weight: bold; text-align: left; } .data tr:nth-child(2n) td { background-color: rgba(135, 135, 135, 0.5); } .footnote { margin-top: 40px; text-align: center; font-size: 12px; color: #505050; } .help { cursor: pointer; position: relative; padding: 0 20px 0 0; } .help:after { position: absolute; top: 35px; left: 0; content: attr(title); border: 1px #444 solid; background-color: #eee; padding: 5px; display: none; width: 250px; z-index: 100; } .help:hover:after { display: block; } .show-more { cursor: pointer; text-decoration: underline; } .show-more:hover { text-decoration: none; } .text-right { text-align: right; } .text-small { font-weight: normal; font-size: 50%; } select#image-class { font-size: 16px; padding: 5px; }