.col.third {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
}.alert.success {
        background-color: #0A8554;
}.alert.warning {
        background-color: #FF810C;
}* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    font: 14px/17px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body {
    background: url(../../images/map-background.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.hidden-web {
    display: none;
}
.spinner-container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    padding: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.spinner-container .fa-spin {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}
a {
    font: inherit;
    color: inherit;
    cursor: pointer;
}
h3 {
    color: #043A5C;
    font-size: 16px;
    margin-bottom: 15px;
}
p + h3 {
    margin-top: 15px;
}
a.button, button {
    cursor: pointer;
}
a.button i.fa + span, button i.fa + span {
    margin-left: 10px;
}
a.big-button {
    color: #0A5584;
    border: 1px solid #0A5584;
    border-radius: 3px;
    font-weight: 500;
    padding: 7px 10px;
    text-align: center;
    display: block;
    width: auto;
}
a.big-button i.fa {
    font-size: 14px;
    margin-right: 10px;
}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.buttons > a {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.buttons > a:first-child {
    margin-left: 0;
}
/* Layout */
.banner {
    text-align: center;
    padding: 10px;
}
.banner i {
    margin-right: 10px;
}
#banner-beta {
    background: #FFE4CC;
    color: #CC5F00;
}
#banner-eol {
    background: #c5daea;
    color: #2869a9;
}
#eol {
    margin: 0 auto;
    max-width: 800px;
    font-size: 20px;
    line-height: 1.35em;
    padding: 40px;
}
#eol p + p {
    margin-top: 20px;
}
#header {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #0A5584;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
#header a:last-child {
    margin-right: 0;
}
#header h1 {
    font-size: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 200;
    margin-left: 15px;
    color: #000;
}
#header a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 7px 10px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}
#header a h1 {
    padding-top: 6px;
}
#header a:first-child {
    padding-left: 0;
}
#header .brand {
    padding-left: 0px;
}
#header .shim {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
#header a.login {
    background: #043A5C;
    color: #fff;
    padding: 7px 30px;
    margin-right: -5px;
}
#api h3 {
    margin: 25px 0;
}
#content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
input, textarea {
    -webkit-appearance: none;
    display: block;
    border: none;
    outline: none;
    padding: 10px 15px;
    font: inherit;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
button {
    -webkit-appearance: none;
    color: white;
    border: none;
    padding: 10px 15px;
    font: inherit;
    font-weight: 500;
    border-radius: 3px;
}
.form-group {
    position: relative;
    /*padding-bottom: $padding_small */
    text-align: left;
}
.form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #043A5C;
}
.form-group label i.fa {
    margin-right: 5px;
}
.form-group input, .form-group textarea {
    width: 100%;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 7px 10px;
    font: inherit;
    color: inherit;
    margin: 10px 0;
}
table td, table th {
    width: 185px;
    text-align: left;
    padding-right: 20px;
    font-size: 14px;
}
table tr {
    display: block;
    margin-bottom: 10px;
}
table .item {
    margin-top: 10px;
}
#search {
    background: #043A5C;
    padding: 15px;
}
#search .mode-tabs {
    padding-bottom: 10px;
}
#search .mode-tabs a {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    font-weight: 500;
}
#search .mode-tabs a.active {
    color: #fff;
}
#search form .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#search input {
    width: 0;
    border-radius: 2px;
}
#search input + input {
    border-left: 1px solid #ddd;
}
#search #coordinates {
    padding-top: 5px;
    margin-bottom: -5px;
    color: #ccc;
    display: none;
}
#search .error {
    display: block;
    padding: 0 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #DE4F66;
}
#search button {
    background: #0A5584;
    border-radius: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}
#search button:disabled {
    background: #999;
}
.alert {
    position: absolute;
    right: 0;
    margin: 10px;
    max-width: 500px;
    padding: 10px;
    background-color: #999;
    color: white;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
}
.alert .alert-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.alert .alert-container span {
    margin-right: 10px;
}
.alert .alert-container .message {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.alert .alert-container .reload-button {
    justify-self: flex-end;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
}
.alert.error {
        background-color: #DE4F66;
}
#sidebar {
    width: 550px;
    background: #fff;
}
#sidebar #search .error {
    margin: 0 10px 0 0;
    padding: 0 10px;
}
#sidebar #search #coordinates {
    display: block;
}
#sidebar #results {
    overflow-y: scroll;
}
#sidebar #hazards {
    background: #0A5584;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
}
#sidebar #hazards a:hover {
    background: rgb(34, 102, 144);
}
#sidebar #hazards a {
    color: #fff;
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
}
#sidebar #hazards a img {
    height: 40px;
    width: 30px;
}
#sidebar #hazards a span {
    margin-left: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}
#sidebar #hazards a.active {
    background: #fff !important;
    color: #000;
    opacity: 1;
}
#sidebar .error {
    margin: 20px;
    padding: 20px;
    color: #DE4F66;
    border: 1px dashed #DE4F66;
    border-radius: 4px;
}
#sidebar .error .url {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}
#sidebar .results-table {
    padding: 25px 20px;
}
#sidebar .results-table .group.collapsed:last-child {
    margin-bottom: 0;
}
#sidebar .results-table .group.collapsed {
    margin-bottom: 15px;
}
#sidebar .results-table .buttons {
    padding-bottom: 30px;
}
#sidebar .results-table .group {
    margin-bottom: 30px;
}
#sidebar .results-table .group h2 {
    color: #9E6B4D;
    font-size: 18px;
    margin-bottom: 15px;
}
#sidebar .results-table .group h2 i.fa {
    width: 20px;
    cursor: pointer;
}
#sidebar .results-table .group p.help {
    color: #999;
    font-style: italic;
}
#sidebar .results-table .group .dataset {
    padding: 10px;
    margin: 0 -10px;
    border-radius: 2px;
}
#sidebar .results-table .group .dataset .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
#sidebar .results-table .group .dataset .data .name {
    font-weight: bold;
}
#sidebar .results-table .group .dataset .data .underline {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}
#sidebar .results-table .group .dataset .data .warning {
    margin-right: 6px;
    color: #FF810C;
}
#sidebar .results-table .group .dataset .data .value {
    font-size: 18px;
    font-weight: 500;
}
#sidebar .results-table .group .dataset .data .unit {
    margin-left: 6px;
    font-size: 13px;
    color: #999;
}
#sidebar .results-table .group .dataset .data .spinner {
    margin-left: 10px;
    color: #ccc;
    display: none;
}
#sidebar .results-table .group .dataset .data.loading .spinner {
    display: inline-block;
}
#sidebar .results-table .group .dataset .inline-warning {
    background: #FF810C;
    color: white;
    padding: 10px;
}
#sidebar .results-table .group .dataset .data + .inline-warning {
    margin-top: 10px;
}
#sidebar .results-table .group .dataset.selectable {
    cursor: pointer;
}
#sidebar .results-table .group .dataset.selectable:hover {
    background: #f7f7f7;
}
#sidebar .results-table .group .dataset.selectable.selected {
    background: #0A5584;
    color: #fff;
}
#sidebar .results-table .group.collapsible h2, #sidebar .results-table .group.collapsible h3, #sidebar .results-table .group.collapsed h2, #sidebar .results-table .group.collapsed h3 {
    cursor: pointer;
}
#sidebar .results-table .group.collapsible h2 i.fa, #sidebar .results-table .group.collapsible h3 i.fa, #sidebar .results-table .group.collapsed h2 i.fa, #sidebar .results-table .group.collapsed h3 i.fa {
    width: 20px;
    cursor: pointer;
}
.footnote {
    padding: 20px;
    padding-top: 0;
    color: #999;
    font-style: italic;
}
#disclaimer {

    background: #f7f7f7;
    padding: 20px;
}
#disclaimer h3 {
    color: #999;
    margin-bottom: 10px;
}
#disclaimer p + p {
    margin-top: 10px;
}
#map-container {
    position: relative;
}
#map-warning {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 50%;
    background: #FF810C;
    color: white;
    width: 50%;
    margin-left: -25%;
    padding: 5px;
    text-align: center;
}
#map, #search-map {
    display: block;
    background: #eee;
}
#map img, #search-map img {
    position: absolute;
}
#search-map {
    margin-top: 15px;
}
#figure-panel {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.figure {
    padding: 25px 50px;
}
.chart {
    margin-top: 30px;
}
.chart-container {
    position: relative;
}
.chart, .axis {
    overflow: visible;
}
.home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
    max-width: 900px;
    padding: 0 20px;
}
.home-page .description, .home-page .search-module {
    padding: 20px 0;
}
.home-page .description p, .home-page .search-module p {
    margin-top: 10px;
}
.home-page .search-module {
    background: #043A5C;
    padding: 20px;
    border-radius: 3px;
}
.home-page .search-module h3 {
    color: #fff;
}
.home-page .search-module #search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}
.home-page .search-module #search button {
    width: 100%;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin-top: 15px;
}
.home-page .search-module input {
    min-width: 300px;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px;
}
.home-page .search-module .hazard-tabs {
    min-width: 300px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 15px 0;
}
.home-page .search-module .hazard-tabs a.tab.selected {
    background: #fff;
    color: #000;
}
.home-page .search-module .hazard-tabs .header {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-page .search-module .hazard-tabs .header h5 {
    font-size: 16px;
    padding-top: 12px;
    padding-left: 10px;
    text-transform: capitalize;
}
.home-page .search-module .hazard-tabs a.tab {
    text-decoration: none;
    width: 25%;
    border-radius: 3px;
    color: white;
    margin-right: 15px;
    background: #0A5584;
}
.home-page .search-module .hazard-tabs a.tab .description {
    padding: 15px;
    padding-top: 0;
}
.home-page .search-module .hazard-tabs a.tab:last-child {
    margin-right: 0px;
}
.results-page .coming-soon {
    padding: 20px;
}
.results-page #search-map {
    display: none;
}
.results-page p.empty {
    padding: 20px;
    color: #444;
}
.api-keys-page {
    padding: 20px;
}
.api-keys-page h3 {
    margin: 25px 0 20px 0;
}
.api-keys-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(34, 34, 34, 0.24);
            box-shadow: 0 2px 4px rgba(34, 34, 34, 0.24);
}
.api-keys-page form button {
    background: #0A5584;
    margin-left: 10px;
}
.api-keys-page p.help {
    margin-top: 10px;
    color: #999;
}
.settings-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}
.settings-page form {
    max-width: 450px;
}
.settings-page h1 {
    margin-top: 0px;
    color: #888;
    font-weight: 500;
    margin-left: -16px;
    margin-right: -16px;
    padding: 2px 20px;
}
.settings-page .section {
    margin-bottom: 40px;
}
.settings-page input[type='checkbox'] {
    -webkit-appearance: checkbox;
    border: 1px solid #ccc;
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 10px;
}
.settings-page button {
    width: 100%;
    border: 1px solid #043A5C;
    color: #043A5C;
    background: white;
    cursor: pointer;
}
.settings-page .notification-setting {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.settings-page .notification-setting label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.text-row :first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.col {
    padding: 0 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.col.half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
.static-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    width: 100%;
    max-width: 1000px;
}
.static-page a {
    color: #2869a9;
}
.static-page h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #043A5C;
}
.static-page h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #043A5C;
    font-weight: 300;
}
.static-page h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #043A5C;
    font-weight: 500;
}
.static-page h5 {
    font-size: 14px;
    font-weight: bold;
    color: #043A5C;
    margin-bottom: 10px;
}
.static-page .section + .section {
    margin-top: 40px;
}
.static-page p {
    line-height: 20px;
}
.static-page p + p {
    margin-top: 20px;
}
.static-page .tiers li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.static-page .sponsor-category {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
}
.static-page .tier {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.static-page .cost {
    color: #444;
    font-weight: 500;
}
.static-page .tier .cost {
    margin-left: 10px;
}
.static-page .sponsor-group {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.static-page .sponsor-group .tier {
    padding: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.static-page .sponsor-group .tier .cost {
    display: none;
}
.static-page .sponsor-group .sponsor {
    vertical-align: top;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.static-page .sponsor-group .sponsor .details {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.static-page .sponsor-group .sponsor .logo {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.static-page .sponsor-group .sponsor .logo img {
    width: 100%;
}
.static-page .sponsor-group + .sponsor-group {
    margin-top: 20px;
}
.static-page .name {
    display: block;
    margin-bottom: 6px;
}
.static-page .contact + .contact {
    margin-top: 10px;
}
.static-page .message {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}
.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.contact-form .form-group {
    position: relative;
}
.contact-form .form-group .error {
    position: absolute;
    color: #DE4F66;
    bottom: -18px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.contact-form .form-group label {
    margin-bottom: 10px;
    display: block;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.contact-form textarea {
    min-height: 200px;
}
.contact-form button {
    width: 100%;
    background: #0A5584;
    margin-top: 20px;
}
#seismic-selector {
    padding: 0px 20px;
    padding-top: 20px;
}
#seismic-selector .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
#seismic-selector .form-group .label {
    display: inline-block;
    background: #eee;
    padding: 6px;
    width: 160px;
}
#seismic-selector .form-group select, #seismic-selector .form-group input {
    border: none;
    outline: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3px 6px;
    background: #fff;
}
#seismic-selector .form-group select {
    cursor: pointer;
}
#seismic-selector .form-group input {
    margin: 0;
    padding-left: 10px;
}
#seismic-selector a.big-button {
    background: #0A5584;
    color: #fff;
    padding: 10px;
}
.seismic-results .section {
    margin-bottom: 25px;
}
.seismic-results h3 {
    margin-bottom: 10px;
}
.seismic-results .table {
    border: 1px solid #efefef;
}
.seismic-results .table-header, .seismic-results .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.seismic-results .table-header div:nth-child(3), .seismic-results .table-row div:nth-child(3) {
    width: 70%;
}
.seismic-results .table-header div:nth-child(2), .seismic-results .table-row div:nth-child(2) {
    width: 15%;
}
.seismic-results .table-header div, .seismic-results .table-row div {
    padding: 8px 4px 4px 4px;
}
.seismic-results .table-header div:nth-child(1), .seismic-results .table-row div:nth-child(1) {
    width: 15%;
}
.seismic-results .table-header div {
    font-weight: bold;
}
.seismic-results .table-row {}
.seismic-results .table-row:nth-child(even) {
    background: #efefef;
}
.seismic-results .footnote {
    font-size: 14px;
    color: #444;
    font-style: normal;
    padding: 6px;
}