/* @override 
	http://benkblog.schau-an.info/jkit/css/partially.css
*/

div.jkit-morediv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 12%;
/*	background-color: rgba(152,190,46,0.30);  */ /* green */
/*	background-color: rgba(0,132,156,0.85); */
/*	background-color: rgba(128,115,97,0.22);  */ /* nice grey */
/*	background-color: rgba(235,113,54,0.82); */ /* orange */
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	margin: 0;
	color: white;
	padding: 0 0 3%;
	width: 80%;
	font-weight: 300;
	float: left;
	background-color: #434d4e;
}