h1 {text-align:center}
p {text-align: left}
div#location {
    display: grid;
    grid-template-columns: 515px 600px;
    grid-gap: 10px
}
div#photo {grid-column: 1; grid-row: 1}
div#text {grid-column: 1; grid-row: 2}
div#map {grid-column: 2; grid-row: 1; grid-row-span: 2; vertical-align: bottom}

table.sat td,th {border: 10px}
table.sat colgroup.number col{width: 5em}
table.sat colgroup.name col{width: 12em}

table.imageinfo {border-spacing: 0}
table.imageinfo td, th {padding: 4px}

table.vs td,th {border: 10px; text-align:left}
table.vs colgroup.standard col{width:8em}
table.vs colgroup.wide col{width: 40em}

footer#page {margin-top: 20px}
div.center {margin-left: 25%}
