.obs-region-accordion {
  background: #fff;
  margin: 0;
}

#obs-region-accordion-content {
  color: #333;
  padding: 16px;
  overflow-y: auto;
}

@media only screen and (min-width: 720px) {
  .marineObservations .synopsis-map-container {
    height: 600px;
    display: flex;
  }

  .marineObservations .sea-area-overview {
    background: #fff;
    border: 1px solid #979797;
  }

  #obs-region-accordion-content {
    flex: .85;
    padding: 16px;
  }
}

@media only screen and (min-width: 1280px) {
  #obs-region-accordion-content {
    padding: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .marineObservations .synopsis-map-container {
    height: 750px;
  }
}

@media only screen and (min-width: 1280px) {
  .marineObservations .synopsis-map-container {
    height: 900px;
  }
}

@media only screen and (min-width: 480px) {
  .obs-region-accordion {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 720px) {
  .obs-region-accordion {
    margin: 0;
    padding: 0;
  }
}

.obs-region-accordion .tag-heading {
  color: rgba(42, 42, 42, .72);
  letter-spacing: .0625em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.obs-region-accordion .location-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 8px;
}

.obs-region-accordion .accordion-header, .obs-region-accordion .accordion-header:first-of-type {
  margin-top: 0;
}

.obs-region-accordion .accordion-header button {
  text-align: left;
  cursor: pointer;
  background-color: #eee;
  border: 0;
  align-items: center;
  width: 100%;
  padding: 8px 45px 8px 20px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.obs-region-accordion .accordion-header button .icon {
  transition: transform .25s ease-in-out;
  position: absolute;
  right: 20px;
  transform: rotate(270deg);
}

.obs-region-accordion .accordion-header button .icon.collapsed {
  transform: rotate(90deg);
}

.obs-region-accordion .accordion-panel {
  max-height: 1000px;
  transition: max-height .25s ease-in-out;
  overflow: hidden;
}

.obs-region-accordion .accordion-panel.collapsed {
  max-height: 0;
}

.obs-region-accordion .link-list > li {
  border-top: 1px solid rgba(42, 42, 42, .16);
  margin: 0;
  padding: 0;
  display: flex;
}

.obs-region-accordion .link-list > li:first-child {
  border: 0;
}

.obs-region-accordion .link-list > li > a {
  color: #333;
  flex-grow: 1;
  align-items: center;
  margin: 5px;
  padding: 3px 43px 3px 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.obs-region-accordion .link-list > li > a .text-muted {
  color: rgba(42, 42, 42, .72);
  margin-left: 4px;
}

.obs-region-accordion .link-list > li > a .link-list-icon {
  background: url("/forecast/static/images/common/icons/chevron-right.svg") center / contain no-repeat;
  width: 2em;
  height: 2em;
  padding-right: 8px;
  font-size: .5em;
  transition: all .25s ease-in-out;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.obs-region-accordion .link-list > li > a:hover .link-list-icon {
  right: 4px;
}

.no-screen {
  display: none;
}

.screen-reader-only {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.icon {
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  font-style: normal;
  display: inline-block;
  overflow: hidden;
}

.icon-symbol {
  text-indent: 0 !important;
}

.icon[data-type="wind"] {
  text-indent: -9999px;
  z-index: 1;
  background: url("/forecast/static/images/forecasts/icons/wind-n-arrow.svg") .1em 0 / .8em 1em no-repeat;
  width: 1.2em;
  height: 1.2em;
  position: relative;
}

.icon[data-type="wind"][data-value="N"] {
  transform: rotate(0);
}

.icon[data-type="wind"][data-value="NNE"] {
  transform: rotate(22.5deg);
}

.icon[data-type="wind"][data-value="NE"] {
  transform: rotate(45deg);
}

.icon[data-type="wind"][data-value="ENE"] {
  transform: rotate(67.5deg);
}

.icon[data-type="wind"][data-value="E"] {
  transform: rotate(90deg);
}

.icon[data-type="wind"][data-value="ESE"] {
  transform: rotate(112.5deg);
}

.icon[data-type="wind"][data-value="SE"] {
  transform: rotate(135deg);
}

.icon[data-type="wind"][data-value="SSE"] {
  transform: rotate(157.5deg);
}

.icon[data-type="wind"][data-value="S"] {
  transform: rotate(180deg);
}

.icon[data-type="wind"][data-value="SSW"] {
  transform: rotate(202.5deg);
}

.icon[data-type="wind"][data-value="SW"] {
  transform: rotate(225deg);
}

.icon[data-type="wind"][data-value="WSW"] {
  transform: rotate(247.5deg);
}

.icon[data-type="wind"][data-value="W"] {
  transform: rotate(270deg);
}

.icon[data-type="wind"][data-value="WNW"] {
  transform: rotate(292.5deg);
}

.icon[data-type="wind"][data-value="NW"] {
  transform: rotate(315deg);
}

.icon[data-type="wind"][data-value="NNW"] {
  transform: rotate(337.5deg);
}

.icon[data-type="temp"] {
  text-align: center;
  text-indent: 0;
  white-space: normal;
  width: 32px;
  height: 32px;
  font-size: 1.2em;
  line-height: 32px;
  display: block;
  overflow: visible;
}

@media only screen and (min-width: 720px) {
  .icon[data-type="temp"] {
    font-size: 1em;
  }
}

[data-temp] > * {
  color: #fff;
  background: #010514;
}

[data-temp="-19"] > * {
  background: #132d7c;
}

[data-temp="-18"] > * {
  background: #203883;
}

[data-temp="-17"] > * {
  background: #2c438a;
}

[data-temp="-16"] > * {
  background: #374e90;
}

[data-temp="-15"] > * {
  background: #435897;
}

[data-temp="-14"] > * {
  background: #4f639d;
}

[data-temp="-13"] > * {
  background: #5b6da4;
}

[data-temp="-12"] > * {
  color: #000;
  background: #6778aa;
}

[data-temp="-11"] > * {
  color: #000;
  background: #7382b1;
}

[data-temp="-10"] > * {
  color: #000;
  background: #7f8db8;
}

[data-temp="-9"] > * {
  color: #000;
  background: #8b98bf;
}

[data-temp="-8"] > * {
  color: #000;
  background: #98a4c6;
}

[data-temp="-7"] > * {
  color: #000;
  background: #a2accb;
}

[data-temp="-6"] > * {
  color: #000;
  background: #afb8d3;
}

[data-temp="-5"] > * {
  color: #000;
  background: #bbc2d9;
}

[data-temp="-4"] > * {
  color: #000;
  background: #c6ccdf;
}

[data-temp="-3"] > * {
  color: #000;
  background: #d3d7e6;
}

[data-temp="-2"] > * {
  color: #000;
  background: #dee2ed;
}

[data-temp="-1"] > * {
  color: #000;
  background: #eaedf3;
}

[data-temp="0"] > * {
  color: #000;
  background: #f5f6fa;
}

[data-temp="1"] > * {
  color: #000;
  background: #fff9e8;
}

[data-temp="2"] > * {
  color: #000;
  background: #fff5d9;
}

[data-temp="3"] > * {
  color: #000;
  background: #fff1ca;
}

[data-temp="4"] > * {
  color: #000;
  background: #ffedba;
}

[data-temp="5"] > * {
  color: #000;
  background: #ffeaac;
}

[data-temp="6"] > * {
  color: #000;
  background: #ffe59b;
}

[data-temp="7"] > * {
  color: #000;
  background: #ffe28d;
}

[data-temp="8"] > * {
  color: #000;
  background: #ffde7d;
}

[data-temp="9"] > * {
  color: #000;
  background: #ffda6d;
}

[data-temp="10"] > * {
  color: #000;
  background: #ffd765;
}

[data-temp="11"] > * {
  color: #000;
  background: #ffd262;
}

[data-temp="12"] > * {
  color: #000;
  background: #ffcc5f;
}

[data-temp="13"] > * {
  color: #000;
  background: #ffc75c;
}

[data-temp="14"] > * {
  color: #000;
  background: #ffc259;
}

[data-temp="15"] > * {
  color: #000;
  background: #ffbd56;
}

[data-temp="16"] > * {
  color: #000;
  background: #ffb853;
}

[data-temp="17"] > * {
  color: #000;
  background: #ffb350;
}

[data-temp="18"] > * {
  color: #000;
  background: #ffad4d;
}

[data-temp="19"] > * {
  color: #000;
  background: #ffa84a;
}

[data-temp="20"] > * {
  color: #000;
  background: #ffa447;
}

[data-temp="21"] > * {
  color: #000;
  background: #ff9e44;
}

[data-temp="22"] > * {
  color: #000;
  background: #ff9942;
}

[data-temp="23"] > * {
  color: #000;
  background: #ff943e;
}

[data-temp="24"] > * {
  color: #000;
  background: #ff8f3b;
}

[data-temp="25"] > * {
  color: #000;
  background: #ff8a39;
}

[data-temp="26"] > * {
  color: #000;
  background: #ff8335;
}

[data-temp="27"] > * {
  color: #000;
  background: #fe7d33;
}

[data-temp="28"] > * {
  color: #000;
  background: #fa7433;
}

[data-temp="29"] > * {
  color: #000;
  background: #f86d33;
}

[data-temp="30"] > * {
  color: #000;
  background: #f36233;
}

[data-temp="31"] > * {
  color: #000;
  background: #ef5733;
}

[data-temp="32"] > * {
  color: #000;
  background: #eb4e33;
}

[data-temp="33"] > * {
  color: #000;
  background: #e74433;
}

[data-temp="34"] > * {
  color: #000;
  background: #e33a33;
}

[data-temp="35"] > * {
  color: #fff;
  background: #de2e33;
}

[data-temp="36"] > * {
  color: #fff;
  background: #da2433;
}

[data-temp="37"] > * {
  color: #fff;
  background: #d61933;
}

[data-temp="38"] > * {
  color: #fff;
  background: #d10d33;
}

[data-temp="39"] > * {
  color: #fff;
  background: #cd0333;
}

[data-temp="40"] > * {
  color: #fff;
  background: #c30031;
}

.latest-observations {
  margin-top: 32px;
}

.latest-observations .overview-header {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.latest-observations .obs-update-time {
  color: #666;
  margin-bottom: 16px;
  font-size: .875rem;
}

#latest-observations .tab-scroll {
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  overflow-x: auto;
}

#latest-observations .tab-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#latest-observations .tab-container li {
  flex: 1;
  min-width: 140px;
}

#latest-observations .tab-container .tab-inner {
  cursor: pointer;
  text-align: center;
  background: #f4f4f4;
  border-top: 4px solid #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 12px 16px;
  transition: all .25s ease-in-out;
}

#latest-observations .tab-container li:first-child .tab-inner {
  border-left: 0;
}

#latest-observations .tab-container li.tab-active .tab-inner {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 4px solid #b9dc0c !important;
}

#latest-observations .tab-container .tab-inner h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

@media only screen and (min-width: 960px) {
  #latest-observations .tab-container li .tab-inner h3 {
    font-size: 1.25rem;
  }
}

.tab-content-container .tab-content[hidden] {
  display: none;
}

#latest-observations .obs-table {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

@media only screen and (min-width: 1280px) {
  #latest-observations .obs-table {
    max-height: none;
    overflow-y: visible;
  }
}

#latest-observations .obs-table table {
  border-collapse: separate;
  background: #fff;
  width: 100%;
  font-size: .75rem;
}

#latest-observations .obs-table thead .table-cell {
  z-index: 20;
  vertical-align: bottom;
  background: #fff;
  border-bottom: 1px solid rgba(42, 42, 42, .08);
  padding: 4px;
  font-weight: 400;
  position: sticky;
  top: 0;
}

#latest-observations .obs-table thead .temp-col, #latest-observations .obs-table thead .air-temp, #latest-observations .obs-table thead .dew-point, #latest-observations .obs-table thead .sea-temp {
  min-width: 44px;
}

#latest-observations .obs-table thead .wind-col, #latest-observations .obs-table thead .wind {
  min-width: 60px;
}

#latest-observations .obs-table thead th.table-cell:first-child {
  z-index: 40;
  width: 150px;
  left: 0;
}

#latest-observations .obs-table tbody th.table-cell {
  text-align: left;
  z-index: 30;
  background: #fff;
  border-right: 1px solid rgba(42, 42, 42, .08);
  width: 150px;
  font-size: 1.1em;
  font-weight: 400;
  position: sticky;
  left: 0;
}

@media only screen and (min-width: 720px) {
  #latest-observations .obs-table tbody th.table-cell {
    font-size: 1.1em;
  }

  #latest-observations .obs-table tbody td.table-cell {
    font-size: 1.2em;
  }
}

#latest-observations .obs-table .table-cell {
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

#latest-observations .obs-table table td + td {
  border-left: 1px solid rgba(42, 42, 42, .08);
}

#latest-observations .obs-table .weather-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

#latest-observations .obs-table .no-data {
  color: #666;
}

#latest-observations .obs-table .units {
  font-size: .8em;
  display: block;
}

#latest-observations .obs-table .wind-speed {
  display: block;
}

@media only screen and (max-width: 720px) {
  #latest-observations .obs-table {
    max-height: none;
  }

  #latest-observations .obs-table table, #latest-observations .obs-table thead, #latest-observations .obs-table tbody, #latest-observations .obs-table th, #latest-observations .obs-table td, #latest-observations .obs-table tr {
    display: block;
  }

  #latest-observations .obs-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #latest-observations .obs-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  #latest-observations .obs-table tbody th.table-cell {
    border-right: 0;
    width: auto;
    position: static;
  }

  #latest-observations .obs-table .table-cell {
    text-align: right;
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 50%;
    position: relative;
  }

  #latest-observations .obs-table .table-cell:before {
    white-space: nowrap;
    text-align: left;
    content: attr(data-label);
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 12px;
  }
}

.sticky-pin {
  position: relative;
  overflow: hidden;
}

.marine-obs-location-content-container {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 0;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.marine-obs-day {
  box-sizing: border-box;
  border-right: 3px solid #eee;
  flex-flow: column;
  flex: none;
  padding: 0 12px;
  display: flex;
}

.marine-obs-day:last-of-type {
  border-right: 0;
}

@media only screen and (min-width: 720px) {
  .marine-obs-day {
    padding: 0 16px;
  }
}

.marine-obs-day > div {
  box-sizing: border-box;
  text-align: right;
  background-color: rgba(42, 42, 42, .25);
  min-height: 32px;
  margin: 0;
  font-size: .875rem;
}

@media only screen and (min-width: 720px) {
  .marine-obs-day > div {
    min-height: 34px;
  }
}

.marine-obs-day h2 {
  color: #2a2a2a;
  z-index: 1;
  margin: 0;
  padding: 4px 12px;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  position: sticky;
}

@media only screen and (min-width: 1080px) {
  .marine-obs-day h2 {
    padding: 4px 16px;
  }
}

.marine-obs-day table {
  border-collapse: collapse;
  width: 100%;
}

.marine-obs-day th, .marine-obs-day td {
  text-align: center;
  border-right: 1px solid #979797;
  min-width: 96px;
  padding: 32px 0 8px;
  font-size: .875rem;
}

@media only screen and (min-width: 720px) {
  .marine-obs-day th, .marine-obs-day td {
    min-width: 105px;
  }
}

.marine-obs-day th:last-of-type, .marine-obs-day td:last-of-type {
  border-right: 0;
}

.marine-obs-day th {
  box-sizing: border-box;
  text-align: left;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.marine-obs-day th > div {
  visibility: hidden;
  height: 34px;
  min-height: 34px;
  display: inline-block;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.marine-obs-day th > div > span {
  color: #2a2a2a;
  background: #fff;
  margin: 2px 0;
  padding: 2px 12px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25em;
  display: inline-block;
}

.marine-obs-day .first-day th > div {
  visibility: visible;
}

.marine-obs-day .first-day th > div > span {
  z-index: 10;
  left: 12px;
}

@media only screen and (min-width: 1080px) {
  .marine-obs-day .first-day th > div > span {
    left: 16px;
  }
}

.marine-obs-day .remain-hidden th {
  display: none;
}

.marine-obs-day tr:nth-of-type(2) td {
  background: linear-gradient(#aaa 1px, #fff 1px);
}

.marine-obs-day tr:first-of-type th > div > span {
  margin-top: 6px;
}

.marine-obs-day[data-obs-count="1"] {
  flex-grow: 1;
}

.marine-obs-day[data-obs-count="2"] {
  flex-grow: 2;
}

.marine-obs-day[data-obs-count="3"] {
  flex-grow: 3;
}

.marine-obs-day[data-obs-count="4"] {
  flex-grow: 4;
}

.marine-obs-day[data-obs-count="5"] {
  flex-grow: 5;
}

.marine-obs-day[data-obs-count="6"] {
  flex-grow: 6;
}

.marine-obs-day[data-obs-count="7"] {
  flex-grow: 7;
}

.marine-obs-day[data-obs-count="8"] {
  flex-grow: 8;
}

.marine-obs-day[data-obs-count="9"] {
  flex-grow: 9;
}

.marine-obs-day[data-obs-count="10"] {
  flex-grow: 10;
}

.marine-obs-day[data-obs-count="11"] {
  flex-grow: 11;
}

.marine-obs-day[data-obs-count="12"] {
  flex-grow: 12;
}

.marine-obs-day[data-obs-count="13"] {
  flex-grow: 13;
}

.marine-obs-day[data-obs-count="14"] {
  flex-grow: 14;
}

.marine-obs-day[data-obs-count="15"] {
  flex-grow: 15;
}

.marine-obs-day[data-obs-count="16"] {
  flex-grow: 16;
}

.marine-obs-day[data-obs-count="17"] {
  flex-grow: 17;
}

.marine-obs-day[data-obs-count="18"] {
  flex-grow: 18;
}

.marine-obs-day[data-obs-count="19"] {
  flex-grow: 19;
}

.marine-obs-day[data-obs-count="20"] {
  flex-grow: 20;
}

.marine-obs-day[data-obs-count="21"] {
  flex-grow: 21;
}

.marine-obs-day[data-obs-count="22"] {
  flex-grow: 22;
}

.marine-obs-day[data-obs-count="23"] {
  flex-grow: 23;
}

.marine-obs-day[data-obs-count="24"] {
  flex-grow: 24;
}

.step-time th {
  text-align: center;
  visibility: visible;
  background-color: rgba(42, 42, 42, .25);
  height: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 1.5em;
}

@media only screen and (min-width: 720px) {
  .step-time th {
    font-size: 1.125em;
  }
}

.step-symbol td {
  vertical-align: top;
  height: 40px;
  padding: 6px 0 10px;
}

@media only screen and (min-width: 720px) {
  .step-symbol td {
    height: 48px;
  }
}

.step-symbol .icon {
  filter: drop-shadow(3px 0 #fff) drop-shadow(-3px 0 #fff);
  z-index: 2;
  vertical-align: top;
  position: relative;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 720px) {
  .step-symbol .icon {
    font-size: 1.2em;
  }
}

.step-temp {
  align-items: baseline;
}

.step-temp td {
  padding: 34px 0 0;
}

.step-temp [data-temp="0"] > * {
  margin-top: 0;
  padding-top: 0;
}

.step-temp [data-temp="1"] > * {
  margin-top: -1px;
  padding-top: 1px;
}

.step-temp [data-temp="2"] > * {
  margin-top: -2px;
  padding-top: 2px;
}

.step-temp [data-temp="3"] > * {
  margin-top: -3px;
  padding-top: 3px;
}

.step-temp [data-temp="4"] > * {
  margin-top: -4px;
  padding-top: 4px;
}

.step-temp [data-temp="5"] > * {
  margin-top: -5px;
  padding-top: 5px;
}

.step-temp [data-temp="6"] > * {
  margin-top: -6px;
  padding-top: 6px;
}

.step-temp [data-temp="7"] > * {
  margin-top: -7px;
  padding-top: 7px;
}

.step-temp [data-temp="8"] > * {
  margin-top: -8px;
  padding-top: 8px;
}

.step-temp [data-temp="9"] > * {
  margin-top: -9px;
  padding-top: 9px;
}

.step-temp [data-temp="10"] > * {
  margin-top: -10px;
  padding-top: 10px;
}

.step-temp [data-temp="11"] > * {
  margin-top: -11px;
  padding-top: 11px;
}

.step-temp [data-temp="12"] > * {
  margin-top: -12px;
  padding-top: 12px;
}

.step-temp [data-temp="13"] > * {
  margin-top: -13px;
  padding-top: 13px;
}

.step-temp [data-temp="14"] > * {
  margin-top: -14px;
  padding-top: 14px;
}

.step-temp [data-temp="15"] > * {
  margin-top: -15px;
  padding-top: 15px;
}

.step-temp [data-temp="16"] > * {
  margin-top: -16px;
  padding-top: 16px;
}

.step-temp [data-temp="17"] > * {
  margin-top: -17px;
  padding-top: 17px;
}

.step-temp [data-temp="18"] > * {
  margin-top: -18px;
  padding-top: 18px;
}

.step-temp [data-temp="19"] > * {
  margin-top: -19px;
  padding-top: 19px;
}

.step-temp [data-temp="20"] > * {
  margin-top: -20px;
  padding-top: 20px;
}

.step-temp [data-temp="21"] > * {
  margin-top: -21px;
  padding-top: 21px;
}

.step-temp [data-temp="22"] > * {
  margin-top: -22px;
  padding-top: 22px;
}

.step-temp [data-temp="23"] > * {
  margin-top: -23px;
  padding-top: 23px;
}

.step-temp [data-temp="24"] > * {
  margin-top: -24px;
  padding-top: 24px;
}

.step-temp [data-temp="25"] > * {
  margin-top: -25px;
  padding-top: 25px;
}

.step-temp [data-temp="26"] > * {
  margin-top: -26px;
  padding-top: 26px;
}

.step-temp [data-temp="27"] > * {
  margin-top: -27px;
  padding-top: 27px;
}

.step-temp [data-temp="28"] > * {
  margin-top: -28px;
  padding-top: 28px;
}

.step-temp [data-temp="29"] > * {
  margin-top: -29px;
  padding-top: 29px;
}

.step-temp [data-temp="30"] > * {
  margin-top: -30px;
  padding-top: 30px;
}

.step-temp [data-temp="31"] > * {
  margin-top: -31px;
  padding-top: 31px;
}

.step-temp [data-temp="32"] > * {
  margin-top: -32px;
  padding-top: 32px;
}

.step-temp [data-temp="33"] > * {
  margin-top: -33px;
  padding-top: 33px;
}

.step-temp [data-temp="34"] > * {
  margin-top: -34px;
  padding-top: 34px;
}

.step-temp [data-temp="35"] > * {
  margin-top: -35px;
  padding-top: 35px;
}

.step-temp [data-temp="36"] > * {
  margin-top: -36px;
  padding-top: 36px;
}

.step-temp [data-temp="37"] > * {
  margin-top: -37px;
  padding-top: 37px;
}

.step-temp [data-temp="38"] > * {
  margin-top: -38px;
  padding-top: 38px;
}

.step-temp [data-temp="39"] > * {
  margin-top: -39px;
  padding-top: 39px;
}

.step-temp [data-temp="40"] > * {
  margin-top: -40px;
  padding-top: 40px;
}

.step-temp [data-temp="41"] > * {
  margin-top: -41px;
  padding-top: 41px;
}

.step-temp [data-temp="42"] > * {
  margin-top: -42px;
  padding-top: 42px;
}

.step-temp [data-temp="43"] > * {
  margin-top: -43px;
  padding-top: 43px;
}

.step-temp [data-temp="44"] > * {
  margin-top: -44px;
  padding-top: 44px;
}

.step-temp [data-temp="45"] > * {
  margin-top: -45px;
  padding-top: 45px;
}

.step-temp [data-temp="46"] > * {
  margin-top: -46px;
  padding-top: 46px;
}

.step-temp [data-temp="47"] > * {
  margin-top: -47px;
  padding-top: 47px;
}

.step-temp [data-temp="48"] > * {
  margin-top: -48px;
  padding-top: 48px;
}

.step-temp [data-temp="49"] > * {
  margin-top: -49px;
  padding-top: 49px;
}

.step-temp [data-temp="50"] > * {
  margin-top: -50px;
  padding-top: 50px;
}

.step-temp [data-temp="51"] > * {
  margin-top: -51px;
  padding-top: 51px;
}

.step-temp [data-temp="52"] > * {
  margin-top: -52px;
  padding-top: 52px;
}

.step-temp [data-temp="53"] > * {
  margin-top: -53px;
  padding-top: 53px;
}

.step-temp [data-temp="54"] > * {
  margin-top: -54px;
  padding-top: 54px;
}

.step-temp [data-temp="55"] > * {
  margin-top: -55px;
  padding-top: 55px;
}

.step-temp [data-temp="56"] > * {
  margin-top: -56px;
  padding-top: 56px;
}

.step-temp [data-temp="57"] > * {
  margin-top: -57px;
  padding-top: 57px;
}

.step-temp [data-temp="58"] > * {
  margin-top: -58px;
  padding-top: 58px;
}

.step-temp [data-temp="59"] > * {
  margin-top: -59px;
  padding-top: 59px;
}

.step-temp [data-temp="60"] > * {
  margin-top: -60px;
  padding-top: 60px;
}

.step-temp [data-temp="-1"] > * {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.step-temp [data-temp="-2"] > * {
  margin-bottom: -2px;
  padding-bottom: 2px;
}

.step-temp [data-temp="-3"] > * {
  margin-bottom: -3px;
  padding-bottom: 3px;
}

.step-temp [data-temp="-4"] > * {
  margin-bottom: -4px;
  padding-bottom: 4px;
}

.step-temp [data-temp="-5"] > * {
  margin-bottom: -5px;
  padding-bottom: 5px;
}

.step-temp [data-temp="-6"] > * {
  margin-bottom: -6px;
  padding-bottom: 6px;
}

.step-temp [data-temp="-7"] > * {
  margin-bottom: -7px;
  padding-bottom: 7px;
}

.step-temp [data-temp="-8"] > * {
  margin-bottom: -8px;
  padding-bottom: 8px;
}

.step-temp [data-temp="-9"] > * {
  margin-bottom: -9px;
  padding-bottom: 9px;
}

.step-temp [data-temp="-10"] > * {
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.step-wind td {
  white-space: nowrap;
}

.step-wind .icon {
  font-size: .8em;
}

@media only screen and (min-width: 720px) {
  .step-wind .icon {
    font-size: .9em;
  }
}

.step-wind .speed {
  color: rgba(42, 42, 42, .72);
  display: block;
}

.marine-obs-location-table-container {
  position: relative;
}

.scroll-button-container {
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  transition: opacity .3s;
  display: inline;
  position: absolute;
  left: 3px;
  right: 3px;
}

.scroll-button-container.opacityhide:not(:hover) {
  opacity: .1;
}

.marine-obs-location-table-container .scroll-button-container {
  top: 72px;
  bottom: 116px;
}

@media only screen and (min-width: 720px) {
  .marine-obs-location-table-container .scroll-button-container {
    top: 78px;
    bottom: 90px;
  }
}

.scroll-button-container .scroll-button {
  pointer-events: auto;
  cursor: pointer;
  touch-action: manipulation;
  background-color: rgba(42, 42, 42, .6);
  border: none;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  position: sticky;
  top: 30%;
}

.scroll-button-container .scroll-button.right {
  float: right;
}

.scroll-button-container .scroll-button:hover {
  background-color: rgba(42, 42, 42, .8);
}

.scroll-button-container .scroll-button.hidden {
  display: none;
}

.scroll-button-container .scroll-button .icon {
  vertical-align: middle;
  text-align: left;
  width: .5em;
}

@media only screen and (min-width: 720px) {
  .scroll-button-container .scroll-button {
    width: 58px;
    height: 58px;
  }

  .scroll-button-container .scroll-button .icon {
    background-size: 32px;
    width: 1em;
  }
}

.tab-scroll {
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  overflow-x: auto;
}

.tab-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tab-container li {
  flex: 1;
  min-width: 140px;
}

.tab-inner {
  cursor: pointer;
  text-align: center;
  background: #f4f4f4;
  border-top: 4px solid #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 12px 16px;
  transition: all .25s ease-in-out;
}

.tab-container li:first-child .tab-inner {
  border-left: 0;
}

.tab-container li.tab-active .tab-inner {
  background: #fff;
  border-top: 4px solid #b9dc0c;
  border-bottom: 1px solid #fff;
}

.tab-inner h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

@media only screen and (min-width: 960px) {
  .tab-inner h3 {
    font-size: 1.25rem;
  }
}

.highlights-content-container {
  border: 0;
  padding: 0 12px;
}

.highlight-card {
  box-sizing: border-box;
  max-width: 450px;
  margin: 12px;
}

.tab-container li .highlight-card {
  max-width: 100%;
  font-weight: 400;
  display: none;
}

.tab-container li.tab-active .highlight-card {
  display: block;
}

.highlights-content-container .highlight-card {
  box-sizing: border-box;
  max-width: 450px;
  margin: 12px;
}

.highlights-content-container .highlight-card .significant-weather .weather-row {
  text-align: left;
}

.highlights-content-container .highlight-card .significant-weather .weather-row .sun-row span {
  vertical-align: bottom;
  font-size: .75em;
  font-weight: 600;
}

.highlights-content-container .highlight-card .significant-weather .weather-row .sun-row time {
  vertical-align: bottom;
  font-size: .75em;
  font-weight: 400;
}

.highlights-content-container .highlight-card .significant-weather .weather-row .sun-row.sunset {
  margin-left: 16px;
}

.marine-obs-location-footer {
  color: rgba(42, 42, 42, .72);
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.marine-obs-location-footer .utc-label {
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-grow: 1;
  order: 0;
  padding: 16px 0;
  font-size: .75em;
}

.marine-obs-location-footer .info-button-link {
  text-align: right;
  white-space: nowrap;
  border-left: 1px solid #eee;
  order: 3;
  margin-left: auto;
  padding: 16px 16px 16px 0;
  display: block;
}

.marine-obs-location-footer .info-button-link a {
  color: inherit;
}

.marine-obs-location-footer .info-button-link .icon[data-type="info"] {
  margin-left: .5em;
  margin-right: 0;
}

@media only screen and (max-width: 719px) {
  .marine-obs-location-footer .info-button-link {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
  }
}

@media only screen and (min-width: 720px) {
  .marine-obs-location-footer .utc-label {
    text-align: left;
    order: 0;
    align-items: center;
    padding-left: 16px;
    display: flex;
  }

  .marine-obs-location-footer .info-button-link {
    border: 1px solid #eee;
    border-width: 1px 0;
    order: 1;
  }
}

.observation-location {
  padding: 1rem 0;
}

.location-details {
  padding: 0;
  list-style: none;
  display: inline;
}

.location-details li {
  display: inline;
}

@media only screen and (max-width: 719px) {
  .hide-xs-only {
    display: none;
  }
}

@media only screen and (min-width: 720px) {
  .hide-sm {
    display: none;
  }
}

.show-xs-only {
  display: none;
}

@media only screen and (max-width: 719px) {
  .show-xs-only {
    display: block;
  }
}

.related-links-container {
  box-sizing: border-box;
  margin-bottom: 40px;
}

.related-links-container h2 {
  font-size: 1.25em;
}

@media only screen and (min-width: 720px) {
  .related-links-container h2 {
    font-size: 1.75em;
  }
}

.related-links-container ul {
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  display: flex;
}

.related-links-container li {
  border-top: 1px solid rgba(42, 42, 42, .16);
  width: 100%;
  padding: 16px 0;
}

@media only screen and (min-width: 720px) {
  .related-links-container li {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  .related-links-container li {
    padding: 24px 0;
    font-size: 1.25em;
  }
}

.related-links-container a, .related-links-container a:link, .related-links-container a:hover, .related-links-container a:visited {
  color: #2a2a2a;
  text-decoration: none;
  display: flex;
  position: relative;
}

.related-links-container a:after {
  content: url("/forecast/static/images/common/icons/chevron-right.svg");
}

.related-links-container a span {
  width: 90%;
}
