#container-module-header {
	background: #fff;
}

.row-menu a {
	color: #000;
}

.row-button a.btn-link {
	color: #000;
}

.row-button a.btn-link:before {
	content: "";
	background: #000;
}

.row-button a.btn-login:hover {
	border-top: 4px solid #43017D;
}

.row-button a.btn-register:hover {
	background: #43017D;
}

.logo_internal {
	display: none;
}

.logo_index {
	display: block;
}

.user-role {
	color: #000;
}

.user-name-header {
	color: #000;
}

.arrow-down {
	border: solid #000;
	border-width: 0 2px 2px 0;
}

.user-menu:hover {
	background: #49008012;
}