.weer {
width: 160px;
}

.icoon,
.temp,
.wind,
.vocht,
.windk,
.mbar,
.regen,
.dag {
color: #000;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background: rgb(169,228,247);
background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,228,247,1)), color-stop(100%,rgba(15,180,231,1)));
background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
background: -o-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
background: -ms-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
}

.temp img,
.wind img,
.vocht img,
.windk img,
.mbar img,
.regen img {
float: left;
padding-left: 2px;
}

.dag {
width: 100%;
display: table;
}

.leg {
width: 10%;
float:left;
}

.dag1,
.dag2,
.dag3 {
width: 30%;
float:left;
line-height: 124%;
}