/*@font-face {
	font-family: Arvo; src: url('http://fonts.googleapis.com/css?family=Arvo');
}*/ 

body {
	font-family: Roboto, sans-serif;
	margin: 0;

	background: #fff;
}

h1 {
	margin: 12px;
	font-weight: 100;
}

h4 {
	margin: 0;
	font-weight: 500;
	font-size: 1.2rem;
}

p {
	margin: 0;
	font-weight: 300;
}

div {
	/*border-bottom: 1px solid #666666;
	float: left;
	clear: both;
	*/
}

img {
	float: right;
}

.skydata {
	margin: 8px 12px;	
	float: left;
}

.footer {
	text-align: center;
	font-weight: 100;
	font-size: .8rem;
	margin: 16px 0;
}

.sky {
	width: 100%;
	height: 80px;
}

.skytimeline:after {
    content:'';
    display:block;
    clear: both;
}

.skyslice {
	height: 80px;
	float: left;
}

img {
	height: 80px;
	float: right;
	margin: 0;
}