@charset "iso-8859-1";

/* Weather buf */
.nextDays
{
	width:100%;
	cursor:pointer;
	margin-top: 20px;
}
.nextDay {
	float:left;
	font-size:12px;
	width:16.666%;
	text-align:center;
}
.nextDay img {
	width:100%;
}
.wind img {
	width:10px;
}
#saaBuf
{
	width:255px;
	height:226px;
	float:left;
	margin-top:0;
	margin-right:10px;
	background:url(http://vuosaarigolf.fi/wp-content/uploads/sites/24/2016/11/weatherBufBg.png) no-repeat left;
	cursor:pointer;
}
.temperature
{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:400;	
	margin-top:30px;
	margin-left:10px;
	width:115px;
	text-align:right;
	float:left;
}
.currentDay
{
	width:80px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}
.nextDays
{
	width:250px;
	float:left;
	margin-left:5px;
	margin-top:40px;
}
.nextDay
{
	float:left;
	font-size:11px; 
	color:#1a1a1a;
	width:40px;		
	text-align:center;
}
.nextDay img
{
	width:40px;
}
.greyLine
{
	height:1px;
	border-top:1px solid #c7c7c7;
	background:#e8e8e8;
	margin:25px 0px;
}
/* Frontpage ends */



