.localWeather .weather_content .weather_table {
  padding-top: 15px; }

.localWeather .weather_content .weather_clock {
  font-size: 16px;
  font-family: DigitalClock;
  padding-left: 5px; }

.localWeather .weather_content .box_content {
  padding-left: 10px; }

.localWeather .weather_content .marker {
  padding-bottom: 5px; }

.localWeather .weather_content .current_temperature {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px; }

.localWeather .weather_content .temp_container {
  padding-bottom: 5px; }
  .localWeather .weather_content .temp_container .min {
    float: left; }
    .localWeather .weather_content .temp_container .min span {
      font-size: 12px; }
    .localWeather .weather_content .temp_container .min div {
      font-size: 10px;
      color: #327eb9; }
  .localWeather .weather_content .temp_container .max {
    float: right; }
    .localWeather .weather_content .temp_container .max span {
      font-size: 12px; }
    .localWeather .weather_content .temp_container .max div {
      font-size: 10px;
      color: #327eb9; }

.localWeather .weather_content .wind {
  padding-bottom: 5px; }

.localWeather .weather_content .sunrise {
  padding-bottom: 5px; }
  .localWeather .weather_content .sunrise span {
    font-size: 0.9em; }

.localWeather .weather_content .sunset span {
  font-size: 0.9em; }

.localWeather .weather_content .relative_humidity {
  padding-bottom: 5px; }
  .localWeather .weather_content .relative_humidity span {
    font-size: 0.9em; }

.localWeather .weather_content .precipitation_probability span {
  font-size: 0.9em; }
