body {
	margin: 2em 12% 0 18%;
	width: 800px;
}

h1 {
	font: 12px "Segoe UI", sans-serif;
	text-transform: uppercase;
	color: #08e;
	margin: 0 0 -10px -64px;
	padding: 49px 0 7px 160px;
	/* background: url(/media/anylogic.png) transparent no-repeat 0 0; */
	background: url(/media/anylogic7.gif) transparent no-repeat 0 0;
	background-size: 200px; 
}

/* a:link, a:visited  {
	text-decoration: none;
} */


pre {
	font-size: 0.7em;
}

h2 {
	font: 1.8em/1em "Segoe UI", sans-serif;
	text-transform: lowercase;
	margin: 1em 0 1em;
}

h3 {
	font: 2.2em/1em "Segoe UI", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	margin: 0.7em 0 0.7em;
	color: #08e;
}

h3.error {
	color: #c00;
}


.done {
	font-style: normal;
	color: #2A0;
}

.err {
	font-style: normal;
	color: #c00;
}

p.err {
	font: 14px "Segoe UI", sans-serif;
}

p em {
	font-style: normal;
	color: #2A0
}

#status{
	padding: 0 0 0 0.5em;
}

.users td, .users th {
	font: 0.8em/1.3em "Segoe UI", sans-serif;
	padding: 0.3em 0.6em;
	/* border: 1px solid black; */
	text-align: center;
}

.users th {
	font-weight: 600;
	border-bottom: 1px solid gray;
}


.info td {
	padding: 0em 0.8em 0.5em 0em;
	font-style: normal;
}


.info td:not(:last-child){
    white-space: nowrap;
}

.info td:last-child{
    width: 100%;
}

.info td, .footer{
	font: 0.8em "Segoe UI", sans-serif;
}

.info em {
	font-style: normal;
	color: #2A0
}

.footer ul {
	list-style: none;
	padding: 0.6em 0 0.6em 0;
	margin: 0 0 0 -1em;
}

.footer li a {
	font-size: 14px;
	padding: 0em 1em 0 1em;	
	color: #08e ;
	border-right: 1px solid #08e;
		
	text-decoration:none;
}
.footer li a:hover, span.logout:hover {
	text-decoration: underline;
	/* color: #000000; */
	/* background: #e8e8c8; */
}

.footer li:last-child a {
	border-right: none;
}

.footer li {
	margin: 0;
	padding: 0;
	/* float: left; */
	display: inline;
}

.footer{
	border: 1px solid gray;
	border-width: 1px 0 1px 0;
	/* padding: 0.5em 0 0.5em 0; */
	margin: 0.5em 0 0.5em 0;
}

.dropped {
	color: red;
}