@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Ubuntu');

html, body {
	font-family: 'Ubuntu';
	height: 100%;
}
body > .container {
	height: 100%;
}
#main {
	height: 100%;
	padding: 10px 30px;
	background: rgba(255,255,255,0.85);
	float: left;
	border-left: 2px solid rgba(255,255,255,0.75);
	border-right: 2px solid rgba(255,255,255,0.75);
}
h1 {
	margin: 0;
}
#audio-wrapper {
	padding: 5px 0;
}
#author {
	position: absolute;
	right: 0;
	bottom: 10px;
}
#author img {
	transform: scale(0.75, 0.75);
	-ms-transform: scale(0.75, 0.75);
	-webkit-transform: scale(0.75, 0.75);
}