.unidoc-header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: flex;
	box-sizing: border-box;
	padding: 15px 30px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #999999;
	background: white;
}

.unidoc-header a {
	margin-bottom: 0;
}

body {
	margin-top: 70px;
}
