@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
.tidetimes {
    background-color: #fff;
    min-height: 20px;
    width: 260px;
    border: solid 1px #10627a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}
.tidetimes .tidetimes-title, .tidetimes .tidetimes-title a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #484848;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 20px;
}
.tidetimes .tidetimes-forecast-date, .tidetimes .tidetimes-forecast-date a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #10627a;
    font-size: 18px;
    font-weight: 600;
}
.tidetimes .tidetimes-date-for {
    display: block;
}
.tidetimes .tidetimes-forecast {
    margin: 0 auto;
    padding: 20px 0;
}
.tidetimes .tidetimes-forecast .hi {
    font-family: 'Source Sans Pro', sans-serif;
    color: #232424;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.tidetimes .tidetimes-forecast .low {
    font-family: 'Source Sans Pro', sans-serif;
    color: #10627a;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.tidetimes .tidetimes-cite, .tidetimes .tidetimes-cite a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #484848;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
}
.tidetimes .tidetimes-logo {
    width: 150px;
    height: 22px;
    display: block;
    background: url('TideTimes-Logo.svg') center bottom no-repeat #fff;
    background-size: auto;
    background-size: 100%;
    margin-top: 3px;
    text-indent: -99999px;
}
