html{
	position:relative;min-height:100%
}
body{
	margin-bottom:0px;background-color:#F5F7FA
} 
.page-content{
	min-height:350px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer
{
	width:100%;
	height:60px;
	background: rgba(121,131,133,1);
background: -moz-linear-gradient(top, rgb(53, 119, 163) 0%, rgb(24, 83, 123) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(53, 119, 163)), color-stop(100%, rgb(24, 83, 123)));
background: -webkit-linear-gradient(top, rgb(53, 119, 163) 0%, rgb(24, 83, 123) 100%);
background: -o-linear-gradient(top, rgb(53, 119, 163) 0%, rgb(24, 83, 123) 100%);
background: -ms-linear-gradient(top, rgb(53, 119, 163) 0%, rgb(24, 83, 123) 100%);
background: linear-gradient(to bottom, rgb(113, 129, 152) 0%, rgb(113, 129, 152) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798385', endColorstr='#696c70', GradientType=0 );
}
body>.container{padding:16px 15px 0}.container .text-muted{margin:20px 0}.footer>.container{padding-right:15px;padding-left:15px}code{font-size:80%}

/*# sourceMappingURL=app.min.css.map */
