/* Author: Dominik Kocuj */
/* Copyright (c) 2013 kocuj.pl */
/* DO NOT DISTRIBUTE THIS FILE! */
/* See license.txt for more information */

.footerleft {
	text-align: left;
	margin-top: 33px;
}

.footermiddle {
	text-align: center;
	margin-top: 33px;
}

.footerright {
	text-align: right;
	margin-top: 33px;
}

.footerleft,
.footerright {
	width: 20%;
}

.footermiddle {
	width: 60%;
}

.footerleft,
.footermiddle {
	float: left;
}

.footerright {
	float: right;
}

.footerleftinner {
	margin-left: 39px;
	display: inline;
}

.footerrightinner {
	margin-right: 39px;
}
