You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
978 B
CSS

body .wrapper {
max-width: 900px;
margin: 0px auto; }
body table.models {
width: 100%; }
body table.models td {
vertical-align: top;
border-top: 1px solid black; }
body table.models td:first-child {
vertical-align: middle;
text-align: center; }
body table.models td.info {
padding: 16px 32px; }
body table.models td.info dt, body table.models td.info dd {
font-size: 14px; }
body table.models td.info dt {
font-weight: bold; }
body table.models td.info dd {
margin-bottom: 9px; }
body table.models td.info dd .important {
color: #c10000;
font-weight: bold; }
body table.models td.info dd.unavailable {
font-weight: bold;
color: #a70000; }
body table.models td h3 {
margin: 0px;
font-size: 20px; }
body table.models td .model-picture {
max-width: 400px;
max-height: 500px; }
/*# sourceMappingURL=style.css.map */