* {
	font-family: 'Helvetica Neue', Helvetica, Arial;
}

#container {
	position: fixed;
	top: 50%;
	left: 50%;
	/*width: 308px;*/
	/*height: 118px;*/
	margin-left: -154px;
	margin-top: -60px;
}

h1 {
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	line-height: 1;
	margin: 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	margin-top: 5px;
}

a {
	text-decoration: none;
}

p {
	font-size: 14px;
	color: #ddd;
	margin: 0px;
}

strong {
	color: #fff;
}

#icons a {
	margin-right: 10px;
	opacity: 0.5;
}

#icons a:hover {
	opacity: 1.0;
}

#icons a:last-child {
	margin-right: 0px;
}

#tooltip {
	display: none;
}

#tooltip .content {
	background: rgba(0,0,0,.6);
	border-radius: 8px;
	padding: 5px 8px;
	letter-spacing: 1px;
}

#tooltip .arrow {
	margin-top: 2px;
	margin-left: 10px;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px;
	border-bottom: 5px solid rgba(0,0,0,.6);
}