*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wbox-sizing: border-box;
}



header{
	width: 100%;
	text-align:center;
	padding: 1em;
}

h1, h2, h3{
	font-weight: normal;
}

header h2{
	margin-bottom: 0;
}

header h1{
	transition: font-size 0.3s, margin 0.3s;
}

@media screen and (max-height:540px), screen and (max-width:760px)
{
	header h1{
		font-size: 1.4em;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	header h2{
		font-size: 1.3em;
		margin-top: 0;
	}
}

#panel{
	position: relative;
	background: #FFF;
	margin: auto;
 	padding: 20px 0 20px 0;
	width: 92%;
	max-width: 880px;
	height: 420px;
	border: 1px solid #ccc;
}

#globe-reader .image-frame{
	display: inline-block;
	border-radius: 0.4em;
	background: #fcfcfc;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0.5em;
}

#panel .globe-wrapper{
	position: relative;
	width: 360px;
	margin: auto;
}

footer a{
	text-decoration: none;
	color: #333;
	font-size: 110%;
}

footer #copy{
	position: absolute;
	bottom: 0.3em;
	left: 0.3em;
}


footer #getit{
	position: absolute;
	bottom: 0.3em;
	right: 0.3em;
}

footer #getit img{
	margin-left: 0.2em;
	margin-bottom: -0.4em;
}