@media (min-resolution: 200dpi), (max-width: 1000px) { .container { width: 100% !important; } } body { font-family: "Arial", sans-serif; margin: 0em; } a { color: inherit; } #models-autocomplete { width: 20em; display: inline-block; } .autocomplete { position: relative; } .autocomplete > input { border: 0.06em solid transparent; background-color: #f1f1f1; padding: 0.8em; width: 92%; border-radius: 0.2em; font-size: inherit; } .autocomplete-items { position: absolute; border: 0.1em solid #d4d4d4; border-bottom: none; font-size: inherit; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 0.8em; cursor: pointer; background-color: #fff; border-bottom: 0.1em solid #d4d4d4; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color: #e9e9e9; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } header { font-weight: 500; width: 100%; z-index: 1100; box-shadow: 0em 0.125em 0.25em -0.06em rgba(0, 0, 0, 0.2), 0em 0.25em 0.3em 0em rgba(0, 0, 0, 0.14), 0em 0.06em 0.625em 0em rgba(0, 0, 0, 0.12); background-color: #00a3e1; } h6 { margin: 0; font-size: 1.25rem; font-weight: 500; line-height: 1.6; letter-spacing: 0.0075em; } header > div { padding-left: 1.5em; padding-right: 1.5em; min-height: 4em; display: flex; position: relative; align-items: center; color: #fff; } .container { padding-left: 1.2em; padding-right: 1.2em; width: 60%; box-sizing: border-box; margin-top: 1.2em; margin-right: auto; margin-left: auto; } .container > div { padding: 0.625em 20px; text-align: left; box-shadow: 0em 0.06em 0.19em 0em rgba(0, 0, 0, 0.2), 0em 0.06em 0.06em 0em rgba(0, 0, 0, 0.14), 0em 0.125em 0.06em -0.06em rgba(0, 0, 0, 0.12); border-radius: 0.25em; color: rgba(0, 0, 0, 0.87); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; background-color: #fff; } #versions { border: 0.06em solid transparent; background-color: #f1f1f1; padding: 0.8em; width: 10em; border-radius: 0.25em; font-size: inherit; } #language-selection { color: #fff; background-color: #1084b2; box-shadow: 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), 0em 0.125em 0.125em 0em rgba(0, 0, 0, 0.14), 0em 0.19em 0.06em -0.125em rgba(0, 0, 0, 0.12); padding: 6px 16px; border-radius: 0.25em; border: 0; font-size: inherit; /* hide arrow */ -webkit-appearance: none; -moz-appearance: none; text-indent: 0.06em; text-overflow: ""; } .download-link { text-decoration: none; border-radius: 0.2em; padding: 0.8em; margin: 0.2em; font-size: inherit; cursor: pointer; letter-spacing: 0.05em; display: inline-flex; align-items: center; box-shadow: 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), 0em 0.125em 0.125em 0em rgba(0, 0, 0, 0.14), 0em 0.19em 0.06em -0.125em rgba(0, 0, 0, 0.12); color: #fff; background-color: #00a3e1; } .download-link:hover { background-color: #038fc6; } .download-link :first-child { width: 30px; margin-right: 15px; margin-top: -0.125em; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); } #images .column { width: 5em; display: inline-block; line-height: 1.5; } #images { display: none; } #images > div { padding-top: 20px; } #image-model { font-weight: bold; } #custom { display: none; } #custom textarea { width: 30em; height: 10em; font-size: 1.5em; display: block; } #custom a :first-child { margin-right: 0.625em; margin-top: 0em; font-size: 1.6em; } #custom a { text-decoration: none; border-radius: 0.25em; padding: 0.6em; margin: 0.3em; font-size: inherit; cursor: pointer; letter-spacing: 0.05em; display: inline-flex; align-items: center; box-shadow: 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), 0em 0.125em 0.125em 0em rgba(0, 0, 0, 0.14), 0em 0.19em 0.06em -0.125em rgba(0, 0, 0, 0.12); color: #fff; background-color: #00a3e1; } .download-help { display: none; } #buildspinner { float: left; height: 2.5em; padding-right: 0.75em; display: none; } #buildstatus { padding: 1em 0; display: none; } #footer { font-size: 0.8em; text-align: right; } #footer a { text-decoration: none; }