body {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    max-width: 1024px;
    margin: auto;
    padding: 0 2em 2em;
}

h1 {
    text-align: center;
}

h2 {
    border-bottom: solid 1px;
    padding-top: 1em;
    clear: both;
}

a img {
    border: 0;
}

dt {
    margin-top: 1em;
    font-weight: bold;
}
dd  {
    margin: 0;
    padding: 0.5em 0;
}

table {
    border: #000000 solid 1px;
    border-spacing: 0;
    width: 100%;
}
th {
    background: #cccccc;
    border-bottom: #000000 solid 1px;
    padding: 0.5em;
}
td {
    padding: 0.2em;
    vertical-align: top;
}

#archives-summary {
    max-width: 640px;
}

#archives-summary tr td {
    border-bottom: #666666 dashed 1px;
}
#archives-summary tr:last-of-type td {
    border-bottom: none;
}

#archives-summary td:nth-of-type(1) {
    width: 80%;
}
#archives-summary td:last-of-type {
    text-align: center;
}
.subrow td:first-of-type {
    padding-left: 3em;
}

#list-squadrons td:nth-of-type(1) {
    width: 5%;
}
#list-squadrons td:nth-of-type(2) {
    width: 80%;
}

table#network-nights, table#network-weekends {
    text-align: center;
}
table#network-nights td:nth-of-type(1), table#network-weekends td:nth-of-type(1) {
    width: 20%
}
table#network-nights td:nth-of-type(2), table#network-weekends td:nth-of-type(2) {
    width: 20%
}
table#network-nights td:nth-of-type(3), table#network-weekends td:nth-of-type(3) {
    width: 30%
}

table#externals {
    text-align: center;
}
table#externals td:nth-of-type(1) {
    width: 10%
}
table#externals td:nth-of-type(2) {
    width: 40%

table#exterals td:nth-of-type(3) {
    width: 35%
}

table + table {
    margin-top: 1em;
}
.sr-results table {
    text-align: center;
}