/*
 * Copyright (c) 2015 AQUILAB
 * Update on 2015/2/27 by thomasg
 */

table#bottombar {
	width:100%;
	border-collapse: collapse;
	padding: 0;
}

#bottombar td {
	border: 1px solid #cccccc;
	border-top : 0;
	height: 40px;
	background: #fafafa;
}

.home_button.bottom_button {
	padding: 5px 1%;
	text-align: left;
	line-height: 30px;
	font-size: 13px;
	float:none;
	border-radius: 0;
	box-shadow: none;
	border:0;
	width: 98%;
	height:30Px;

	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.home_button.bottom_button img {
	vertical-align: middle;
	max-width: 30px;
	max-height: 30px;
	margin: 0 10px;
}

.home_button.bottom_button .fa {
	vertical-align: middle;
	font-size: 30px;
	color: #666666;
	display: inline-block;
	margin: 0 10px;
}

#footer {
	margin: auto auto 25px;
	height: 36px;
	padding: 0;
	background-color: #f0f1f2;
	border: 1px solid #cccccc;
	border-top: none;
}
