div.image {
    height:160px;
    overflow: hidden;
}

div.table {
  display: table;
}

table.abbreviations {
    color: black;
    margin-left: auto;
    margin-right: auto;
}

table.abbreviations tr td {
    padding-left: 2px;
    padding-right: 2px;
}

table.abbreviations tr td:not(:first-of-type) {
    border-left: 1px #ced5dd solid;
}

table.abbreviations tr:nth-of-type(even) {
  background-color: #edf1f8;
}

table.abbreviations tr:nth-of-type(odd) {
  background-color: #ffffff;
}

table.abbreviations tr td:first-of-type {
    white-space: nowrap;
}

table.placeinfo {
  margin-left: 2px;
  margin-bottom: 4px;
}

table.placeinfo tr td:first-of-type {
    text-align: right;
    white-space: nowrap;
}

table.placeinfo tr td a, table.placeinfo tr td a:visited, p a, p a:visited  {
    color: blue;
    text-decoration: none;
}

table.placeinfo tr td a:hover, p a:hover  {
    text-decoration: underline;
}

div.map {
    float: right;
    background-color: #ffffff;
    border: 1px #004065 solid;
    text-align: center;
    font-size: 12px;
    margin-left: 8px;
    padding-bottom: 3px;
}
