body {
	background-color: #D6D5E5;
}
.container {
	max-width: 1200px;
}
.logo img {
	max-width: 100%;
	width: 100%;
}
.navwrapper {
	margin-bottom: 5px;
}

.mobilemenu {
	display: none;
}

.contentwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	max-width: 1200px;
	padding-top: 1em;
}

.content {
    padding: 1em;
    box-sizing: border-box;
}
.main {
	width: 100%;
}
.aside {
	width: auto;
	font-size: 1.2em;
}
.aside.navigation {
	width: 250px;
}

body.webprogram {
	font-size: 16px;
}

.subtext {
    text-align: center;
} 

.leftcolumn, .rightcolumn {
	display: inline-block;
	width: 45%;
	float: left;
	margin: 0 1em;
}

.sidebar_priority {
	font-size: .75em;
	padding: 1em;
	border: 6px solid #D6D5E5;
	margin: 1em 0;
	margin-left: 8px;
}
.sidebar_priority .labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.nav {
	padding: 1em;
	border: 6px solid #D6D5E5;
    margin-left: 8px;
}

ul.nav li {
	padding: .25em 0;
	border-bottom: 1px solid #DDD;
}
ul.nav li:last-child {
	border: none;
}

input[type="submit"] {
	display: inline-block;
}

.adspace {
	padding: 1em;
	text-align: center;
}

.adspace.top {
	width: 100%;
	height: 100px;
	margin-bottom: .5em;
}
.adspaceleft {
	padding-left: 8px;
	width: 100%;
	height: auto;
}
.adspace.right {
	width: 100%;
	height: 100%;
	min-height: 600px;
}
/* .ad-space.right img {
    width: 100%;
    height: auto;
} */
.subtitle {
	font-size: 1.5em;
}

h4.date {
	font-size: 1.2em;
	margin: .25em 0;
}

a, a:link, a:focus, a:active, a:visited, a:visited, a:link:visited, a:focus:visited, a:active:visited, a:hover:visited, a:visited:visited {
    color: #2C8CD7;
    text-decoration: none;
}
a:hover {
    color: #B60E30;
    text-decoration: underline;
}

.itemtitle a {
	font-weight: bold;
}

.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.item .recordings, .itemset .recordings, .item .itemnumber, .itemset .itemnumber {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.itemtitle {
	margin-left: 2em;
}
h3.time {
	padding-bottom: .5em;
	border-bottom: 1px solid #DDD;
	margin-bottom: .5em;
}

.content h2 {
	padding: 0 0 .5em 0;
	margin: 0 0 .5em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDD;
}
.datetime, .location {
	margin: .25em 0;
	font-style: italic;
}
.persongroup .group {
	font-weight: bold;
	margin-right: .25em;
}
.persongroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

body.webprogram.paper {
    display: block;
}

.paper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: .5em;
}
.paper .papertitle {
	width: 80%;
}
.paper p {
	padding: 0;
	font-style: italic;
	font-size: .85em;
}

.authorindex .item, .authorindex .item {
	flex-direction: column;
}
.authorindex .item, .affiliationindex .item {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	        flex-direction: column;
}
.authorindex .item .papers, .affiliationindex .item .affiliationentries {
	width: 100%;
}

.affiliationindex .item .affiliation {
	width: 100%;
}

.authorindex .item .author {
	font-weight: bold;
}
.authorindex .alphalist {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    flex-wrap: wrap;
}
.authorindex .alphalist > * {
	margin: 0 .5em;
}

.sidebar_priority h5 {
	background-color: #FFFFFF;
	color: #313131;
	font-weight: bold;
	border-bottom: 1px solid #313131;
	margin-bottom: 5px;
	}
	.sidebar_priority.schedbuttons ul {
		display: inline-flex;
		max-width: 100%;
		font-size: .9em;
		}
		.sidebar_priority.schedbuttons li {
			display: block;
			background-color: #510386;
			float: left;
			color: #fff;
			margin: 0 1% 2px 1%;
			padding: 0;
			text-align: center;
			}
			.sidebar_priority.schedbuttons li a {
				display: inline-block;
				padding: 5px 2px;
				color: #fff;
			}


@media only screen and (max-width: 1250px) {
	.contentwrapper {
		width: 95%;
		margin: 0 auto;
		max-width: 100%;
	}
}
@media only screen and (max-width: 900px) {
	.mobilemenu {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	aside.navigation nav, aside.navigation .sidebar_priority{
		display: none;
	}
	.contentwrapper {
		flex-direction: column;
	}
	.aside, .main {
		width: 100%;
	}
	.adspaceleft, .adver_Space .right {
		width: 100%;
		text-align: center;
	}
}

.adver_Space {
	margin-right: 8px;
	max-width: 170px;
} 

.adver_Space.left {
	margin-left: 8px;
} 