#editable-toolbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#editable-toolbar a,
#editable-toolbar span {
	text-decoration: none;
	color: #222;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background: #fffcc3;
	float: left;
	cursor: pointer;
	padding: 6px 8px;
	white-space: nowrap;
	line-height: 1em;
	border: .5px solid #ccc;
}

.admin-link-icon {
	padding: 3px 3px 4px 3px !important;
}