.footer{
	background-color: #292b33;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	height: 100%;
	color:  #ccccb6;
	font-size: 14px;
}

.footer .footer-left{
	float: left;
}

.footer .footer-right{
	float: right;
}
