.print-list-button {
	position: absolute;
	right: 50px;
	top: 6px;
	color: #647380;
}

.partner-identifier-element {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	background: white;
}

@media screen and (max-width: 1199px) {
	html:not(.layout--guest) .partner-identifier-element {
		top: 65px;
	}
}

.platform-type--partner .site-menubar {
	height: calc(100% - 80px) !important;
}