.amgee_tides-format-vertical tr { vertical-align: top;}

.amgee_tides-format-vertical table.vertical        { border-collapse: collapse; border-style: hidden;}
.amgee_tides-format-vertical table.vertical tbody  { border-top: none;}
.amgee_tides-format-vertical table.vertical td     { width: 160px; border: 2px #FDC269 solid; padding: 0;}
.amgee_tides-format-vertical table.vertical .links { text-align: center;}

.amgee_tides-format-vertical table.day td        { border: none; white-space: nowrap; }
.amgee_tides-format-vertical table.day td.date   { font-weight: 700; text-align:center;  }
.amgee_tides-format-vertical table.day td.time   { width: 90px; text-align: right;}
.amgee_tides-format-vertical table.day td.hl     { width: 30px; text-align: left;  padding-left:  5px;}
.amgee_tides-format-vertical table.day td.height { width: 40px; text-align: right; padding-right: 3px;}

.amgee_tides-format-vertical .links a {color: black} 

.amgee-publish-issue-form .description-text {
    margin-top: -1.3%;
    line-height: 1.231em;
    font-size: 0.923em;
    color: #666;
}

.ui-widget.ui-widget-content {
     position: relative;
     z-index: 999 !important;
}
/* breaking news section */

.block-plugin-id--views-block-breaking-news-block-1 {
    background: red;
    color: white;
    margin: 0;
    margin: -20px 0 10px 0 ! important;
    padding: 0.5%;
    font-weight: bold;
}

.block-plugin-id--views-block-breaking-news-block-1 .views-field-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5%;
}

.block-plugin-id--views-block-breaking-news-block-1 .views-field-title a {
    color: white;
    font-size: 1.4em;
}

.block-plugin-id--views-block-breaking-news-block-1 .views-field-title a::before {
    content: "Breaking News: ";
    text-transform: uppercase;
    margin-right: 0.5em;
    font-size: 0.8em;
}

.block-plugin-id--views-block-breaking-news-block-1 .views-field-title a:hover {
    color: black;
}

#block-mok-at-theme-views-block-breaking-news-block-1:not(:has(.view-content)){
  display: none;
}

@media only screen and (max-width: 624px) {
    .block-plugin-id--views-block-breaking-news-block-1 {
        margin: 15px 10px 10px !important;
        padding: 2%;
    }

    .block-plugin-id--views-block-breaking-news-block-1 .views-field-title {
        margin-left: 0;
    }

    .block-plugin-id--views-block-breaking-news-block-1 .views-field-title a::before {
        font-size: 0.6em;
        content: "Breaking News: \A";
        white-space: pre;
    }
}

@media only screen and (min-width: 625px) and (max-width: 736px) {
     .block-plugin-id--views-block-breaking-news-block-1 {
        margin: 10px !important;
        padding: 1%;
    }

    .block-plugin-id--views-block-breaking-news-block-1 .views-field-title {
        margin-left: 0;
    }

    .block-plugin-id--views-block-breaking-news-block-1 .views-field-title a::before {
        font-size: 0.6em;
    }
}
