body
{
	background-color: #fef2e6;
	margin-top:50px;
	text-align:center;
	font-family: Arial;
}

#duration
{
	font-weight: bold;
}

@font-face{
	font-family:Typicons;
	src: url(typicons-regular-webfont.ttf);
}

#mute
{
	cursor: pointer;
	margin-top:-50px;
	font-size: 18pt;
	float:right;
	opacity: 0.5;
	font-family: Typicons,Arial,Verdana;

	transition: ease 0.2s;
}

#mute:hover
{
	opacity: 1;
	font-size: 20pt;
}
