/*------------------------------------------------------------------------
# "jsWeather" Joomla module
# Copyright (C) Joachim Schmidt {@link http://www.jschmidt-systemberatung.de/}
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: joachim.schmidt@jschmidt-systemberatung.de
# Website: https//www.jschmidt-systemberatung.de/
-------------------------------------------------------------------------*/

.js_weather_container {
  border: rgba(180,180,180,0.5) 2px solid;
  border-radius: 5px;
  margin-left :auto;
  margin-right: auto;
  color: #525252;
  padding-bottom: 15px;
  background-image: url("/media/mod_js_weather/images/clouds.png");
  background-size: cover;
}

.js_weather-time {
  font-size: 0.85em;
  text-align: center;
}

.js_weather-misc {
  font-size: 0.85em;
  text-align: center;
  margin-top: 12px;
  color: #505050;
}

.js_weather-table {
	background-color: rgba(0,0,0,0.0);
	width: auto; 
	margin-left:auto; 
	margin-right: auto; 
	margin-bottom: 0px;
}

.js_weather-small {
	font-size: 0.5em;
}
 
.js_weather-forecast {
  color: #212121;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
 }

.min-temperature {
  margin-left: 2px;
  font-size: 0.7em;
  color: #626262;
}

.js_weather-icon {
  display: inline;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

.js_weather_value {
	padding-bottom: 5px;
}

