body {
	background-color:#ccc;
	margin:40px;
	font-size:12px;

}

#timer, #duration {
	font-family:monospace;

}

#title, #source {
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}

#title {
	text-transform:capitalize;
	margin-bottom:18px;
	
}

#source {
	text-transform:uppercase;
	letter-spacing:-1px;
	display:inline;
	cursor:pointer;
}

#source:hover {
	border-bottom:3px solid black;
}

#duration {
	display:none;
}

#download {
}


#meta {
	display:none;
}


#info,#info a {
	color:#777;
}
