body {
  font-family: 'Roboto Slab',Roboto,Helvetica,Arial;
  font-size: 0.95em;
  background: url(/imgs/beach.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.report-container {
    padding: 10px 20px 20px 20px;
    width: 400px;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.5);
	float: left; 
}


.weather-forecast {
    color: #222;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0px;
}

span.min-temperature {
    margin-left: 15px;
    color: #929292;
}

.time {
    line-height: 25px;
}
.timeline {
    margin: 20px;
	color: #fff;
	text-shadow: 2px 2px #333;
	
}