/* styles for the forecast_strip */
.fc_strip th {
  font-weight: bold;
  font-size: 22px;	
  color: blue;    ####### color for feelslike etc doen left hand side
}
.fc_strip td {
  font-weight: normal;
  text-align: center;    ####used for formtting wind direction
}
.fc_strip .temp td {
  font-size: 22px;
  font-weight: bold;
  color: black;
  text-align: center;
}

.fc_strip .qpf td {
  font-size: 80%;
}
.fc_strip .qsf td {
  font-size: 80%;
}
.fc_strip .date td {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.fc_strip .hour td {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: silver;
  width: 25%;
}
.fc_strip .clouds img {
  border: none;
  text-align: center;
}
.fc_strip .sun img {
  border: none;
}
.fc_strip .moon img {
  border: none;
}
.fc_strip .windSpeed td {
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: bold;
}
.fc_strip .windGust td {
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: bold;
}
.fc_strip .legend-img {
  border: none;
}
.fc_strip .day {
  font-weight: bold;
}
.fc_strip .tide_date {
  font-size: 80%;
}
.fc_strip .visibility td {
  font-size: 20px;
  text-align: center;
  color: red;
  font-weight: bold;
}
.fc_strip .sources {
  color: #aaaaaa;
}
