/* NOAA logo above sidebar navigation */
.sidebar-logo {
    display: block;
    text-align: center;
    padding: 0.75em 1em 0.5em;
}

.sidebar-logo img {
    max-width: 90%;
    height: auto;
}

/* Consistent table sizing across all pages */
.content table {
    width: 100%;
    table-layout: fixed;
}

.content table td,
.content table th {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
