/* CSS Document */
html, body
{
	background-color:#ccc;
	color: #111;
	margin: 0;
	padding: 0;
}
html
{
	position: relative;
	min-height: 100%;
}
body
{
	margin-bottom: 60px;
}

body > .container
{
	padding: 60px 15px 0;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

.fs80
{
	font-size: 80%;
}

.hstrng
{
	font-weight: 600;
}

.padr20
{
	padding-right: 20px;
}