body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	margin: 0;
	background-color: #FFF;
	height: 100vh;
}

.tilin-delete {
	cursor: pointer;
}

#mainLayoutSections {
	margin-left: 14em;
}

#contentArea a:link, #contentArea a:visited, #contentArea a:active {
	text-decoration: none;
	color:black;
}

#mainLayout {
	display: flex;
	flex-direction: column;
}

#mainLayoutSections {
	display: flex;
	flex: 1;
}

#contentArea {
	flex: 1;
	background-color: white;
	padding: 2em;
}

#menu-left {
	order: -1;
	flex: 0 0 12em;
}

#rightPart {
	flex: 0 0 20em;
}

#mainMenu {
	background-color: #595959;
	height: 2.1em;
	padding-left: 14em;
}

table.border-full th {
	border: 0.063em solid black;
	padding: 0.25em;
}

table.border-full td {
	border: 0.063em solid black;
	padding: 0.25em;
}

table.border-full {
	border-collapse: collapse;
	border-spacing: 0;
}