.tidetimes-widget {
  min-height: 20px;
  width: 270px;
  border: solid 1px #1B91BE;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 15px;
  text-decoration: none;
  color: #3d3c3c;
  font-family: "Segoe UI", verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.tidetimes-widget a {
  border: 0px;
  color: #1B91BE;
  text-transform: capitalize;
  text-decoration: none;
}

.tidetimes-widget > h1.tidetimes-title {
  color: #1B91BE;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding: 0 0 5px;
  margin: 0;
  letter-spacing: -0.25px;
}


.tidetimes-widget p.tidetimes-disclaimer, .tidetimes-widget p.tidetimes-cite {
  color: #807c78;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 20px;
  margin: 0 0 13px;
}

.tidetimes-widget p.tidetimes-disclaimer > a, .tidetimes-widget p.tidetimes-cite > a{
  text-decoration: underline;
}

.tidetimes-widget .tidetimes-forecast-date a {
  color: #2b6399;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 1px;
  font-weight: 600;
}

.tidetimes-widget .tidetimes-date-for {
  display: none;
}

.tidetimes-widget  p.tidetimes-cite {
  font-size: 10px;
}

.tidetimes-widget .tidetimes-times dl {
  text-align: center;
}

.tidetimes-widget .tidetimes-times dl dd {
  margin: 10px 0;
}

.tidetimes-widget .tidetimes-times dl dd dl{
  margin: 0;
}

.tidetimes-widget .tidetimes-times dl dd dt, .tidetimes-widget .tidetimes-times dl dd dd {
  display: inline-block;
  margin: 0 0 5px;
}

.tidetimes-widget .tidetimes-times dl dd dt {
  width: 70px;
}

.tidetimes-widget .tidetimes-times dl dd dd {
  margin-left: 10px;
  width: 140px;
  font-weight: bold;
}

.tidetimes-widget .hi {
  color: blue;
}

.tidetimes-widget .low {
  color: red;
}

.tidetimes-widget .tidetimes-logo {
  display: block;
  height: 30px;
  width: 110px;
  background: url('http://tidetimes.co.uk/assets/logo.svg') center bottom no-repeat #fff;
  background-size: 100%;
  margin-top: 3px;
  text-indent: -99999px;
}