
.adminbar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.9);

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);


	padding: 15px;
	z-index: 1000;
	width: 200px;
	height: 50px;
}

.adminbar a {
	display: inline-block;	
	padding-right: 10px;
}

.adminbar_selected {
	padding-left: 2px;
	border: 2px solid #8bd485;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adminbar .bug {
	background-image: url("../img/layout/svg_icons/bug.svg");
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background-size: contain;
	display: inline-block;
	text-decoration: none;
}
