html, body {
	width: 100%;
	height: 100%;
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.header-separator {
	width: 80%;
	height: 1px;
	background: linear-gradient(to right, white,  rgba(84, 84, 43), white);
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.menu a {
	margin: 10px;
	width: 25%;
	padding-top: 8px;
	padding-bottom: 4px;
	color: black;
	text-decoration: none;
	background: linear-gradient(rgba(84, 84, 43, 0.8), rgba(84, 84, 43, 0) );
	border-radius: 4px;
	text-align: center;
}

#main-iframe {
	width: 80%;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border: 0px;
	display: block;
	overflow: hidden; /* Hide scrollbars */ 
	min-height: 100vh;
}

::-webkit-scrollbar {
    width: 0; 
}

.header-div-1 {
	width: 30%;
}
.header-div-2 {
	width: 50%;
}
.header-div-1 {
	width: 6%;
}


.itemlist li {
	margin-bottom: 10px;
}

.paper-title {
	font-style: italic;
}

.cv-table {
	width: 80%;
}

.cv-table td:first-child {
	width: 30%;
}

.cv-table td:nth-child(2) {
	width: 70%;
}

.titlu-sectiune {
	font-weight: bold;
	text-decoration: underline;
}
