/* CUSTOM SYTLE */
.site-logo{
	max-width: 400px;
	padding-right: 40px;
}

.box-shadow{
	text-align: justify;
	background-color: #eee;
	padding: 10px 15px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}
.ifootered {
	height: 25px !important;
	font-size: 14px !important;
	padding: 0px 10px !important;
	margin-bottom: 8px !important;	
}

.tfootered {
	font-size: 14px !important;
	padding: 0px 10px !important;
	margin-bottom: 8px !important;
}