body {
	font-family: 'Alegreya', serif;
}

#container {
	margin: 30px auto;
	width: 400px;
	height: 525px;
	background-image: url(Clouds.jpg);
	background-size: 100%;
	box-shadow: inset 0 0 15px #fff, inset 0 0 15px #fff, inset 0 0 15px #fff, inset 0 0 15px #fff;
	/*position: absolute;*/
}

.box1 {
	width: 90%;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-left: 5%;
	margin-top: 15px;
	border-radius: 8px;
	text-align: center;
	color: #000;
	font-size: 26px;
	letter-spacing: 3px;
	line-height: 60px;
}

.box2 {
	width: 90%;
	height: 315px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-left: 5%;
	margin-top: 15px;
	border-radius: 8px;
}

#dzien {
	width: 96%;
	padding: 10px 0 3px 0;
	height: auto;
	margin-left: 2%;
	border-bottom: 1px solid #666;
	color: #000;
	font-size: 19px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.time {
	width: 96%;
	padding: 5px 0 23px 0;
	height: auto;
	margin-left: 2%;
	border-bottom: 1px solid #666;
	color: #000;
	font-size: 16px;
	letter-spacing: 3px;
}

.data {
	width: auto;
	float: left;
}

.godzina {
	width: auto;
	float: right;
}

.temp {
	width: auto;
	height: auto;
	margin: 15px 0 0 25px;
	color: #000;
	font-size: 50px;
	font-family: 'PT Serif', serif;
}

.city {
	font-size: 19px;
	letter-spacing: 4px;
	margin-left: 25px;
	margin-top: -15px;
	width: auto;
}

.dane {
	width: 96%;
	margin-left: 2%;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: 'PT Serif', serif;
}

.dane_ws {
	width: 100px;
	height: auto;
	font-family: 'PT Serif', serif;
}

.dane_temp {
	width: 170px; //Było 155px
	height: auto;
	float: right;
	font-family: 'PT Serif', serif;
	margin-top: -10px;
}

.dane_1 {
	width: 87px;
	height: auto;
	float: right;
	margin-right: -5px;
	margin-top: -60px;
	font-family: 'PT Serif', serif;
}

.wind {
	width: 200px;
	float: right;
	margin-right: 100px;
	margin-top: 2px;
}

.aktualizacja {
	width: 90%;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-left: 5%;
	margin-top: 15px;
	border-radius: 8px;
	line-height: 38px;
	font-size: 17px;
}

.info {
	width: 90%;
	height: auto;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	margin-left: 5%;
	float: left;
	letter-spacing: 1px;
	padding: 3px 0 3px 0;
}

.info a {
	text-decoration: none;
	color: #000;
}

.info:hover {
	font-weight: bold;
}
