form > p {
	text-align: center;
}

/* HEADER */

.header img.logo-land {
	height: 22px;
	width: 70px;
	margin: 15px 0 0 15px;
}

.header > div img.logo-land {
	margin: 15px 0 5px 0;
}

.header ul {
	background: rgba(32, 41, 55, 0.95);
}

.header ul li {
	color: #a1b1bc;
}

/* SUB HEADER */

div.sub-header {
	border-top-color: #455368;
}

/* MENU E LINKS */

body:not(.touch) .header ul li:hover {
	background-color: var(--title-color);
	color: white;
    border-left: 2px solid white;
}

/* COMMON */

a.up {
    background-color: rgba(3, 169, 244, 0.5);
}

/* RESET PASSWORDS */

div.reset_passwords form input[type=submit] {
    margin: 1em auto 0 auto;
    display: block;
}

/* MAPSCENE */

div#countdown {
    margin-top: 1em;
}

/* ACCOUNT */

div.account > div, div.account > div.profile-actions, div.account > div.domotic-services {
	width: 100%;
	margin: 0 0 1em 0;
    box-sizing: border-box;
}

div.account div.company-online ul li {
	display: block;
	margin: 0;
}

div.user fieldset:not(.lapis-logs) > p > span:nth-child(1) {
	min-width: 0;
	display: inline;
	margin-right: 0.2em;
}

/* DOWNLOADS */

div.downloads ul#last-downloads > li > ul li {
	margin-right: 0;
}