.message-error {
	margin: 0 10px;
}

	.message-error span {
		font-size: 0.675rem !important;
		color: red !important;
	}

.admin-header-toolbar {
	position: fixed;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: #333333;
	margin: 0 5px;
	padding: 0 10px;
	z-index: 9999;
}

	.admin-header-toolbar .admin-header-link {
		color: #fff;
		display: inline-block;
		margin: 5px;
		padding: 0 5px;
		text-transform: uppercase;
		font-size: 0.75rem;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

		.admin-header-toolbar .admin-header-link:last-child {
			border-right: none;
		}

.module {
	position: relative;
}

	.module .edit-link {
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 9999;
		background: #333;
		color: white;
		padding: 5px;
	}
