table.zone-header h2 {
    margin-bottom: 1rem;
}
table.zone-header {
    width: 100%;
    text-align: center;
}
table.zone-header img {
    height: 250px;
    padding-left: 1rem;
}
table.zone-header .zone-header-image-container {
    width: 0;
}
table.zone-contents td {
    max-height: 128px;
    overflow: hidden;
    text-align: center;
    font-size: 1.25rem;
}
table.zone-contents {
    margin: auto;
}
table.zone-contents img {
    max-width: 128px;
    margin: 0 0.5rem;
}
