html * {   
	margin: 0;   
	padding: 0; 
}

body {
	font-family: Tahoma, Arial;
	font-size: 85%;
	line-height: 1.6em;
	color: #585858;
    background-image: url('files/pictures/concur2019.gif');
    background-position: top center;
    background-repeat: no-repeat;
}


a {
	outline: none;
}

a:link, a:visited, a:active {
	color: #669999;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
a:hover {
	color: #0B614B;
	text-decoration: underline;
}
 
p {
	line-height: 19px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#maincontainer {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	margin-top: 110px;
}

@media screen and (min-width: 1000px) {
	#maincontainer {
		max-width: 1200px;
	}
}

#container {
    background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	width: 95%;
	padding: 0pt 2.5% 20pt 2.5%;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:  #686868;
}

#header h1 a
{
	display:block;
	width:auto;
	height:auto;
}

#header {
	margin-top: 4px;
	margin-bottom: 44px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BDBDBD;
}

#content_head_center {
	width: 100%;
	margin:10px;
}

#conference_short_name {
	font-size: 300%;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#conference_extended_name {
	width: 200%;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#conference_sub_name {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

#conference_place {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

#wrapper {
	padding: 10px;
}

.btn {
	width: 180px;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	margin: 0px 1px 0px 1px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	color: #669999;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	text-decoration: none; 
}

.btn:active,
.btn.active {
	background-color: #343434; 
}

.btn:hover,
.btn:active,
.btn.active {
	text-decoration: underline;
}

#picture_cwi {
    display: inline-block;
    max-height: 150px;
    max-width: 80%;
    margin-left:10pt;
    margin-right:10pt;
}
#picture_scipark {
    display: inline-block;
    max-height: 150px;
    max-width: 80%;
    margin-left:10pt;
    margin-right:10pt;
}

#pictures{
	display: block;
    float: right;
    width: 450px;
    height: 300px;
	margin-left: 10pt;
	margin-top: 10pt;
}
.fadein { 
	position: relative; 
}
.fadein img { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

#container_content {
	padding-left:20pt;
	padding-right:20pt;
	margin-top: 33px;
	line-height: 2; 
}

#container_content p {
	margin-top: 5px;
	line-height: 2; 
}

#container_content ul, #container_content ol {
    padding-bottom: 20px;
}

#container_content li {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 2;
}

.content_left {
	float: left;
	width: 65%;
	height:100%;
	padding-top: 20px;
}

.content_right {
	float: right;
	width: 30%;
	height:100%;
	border-left: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left:20px;
}

.content_main_title {
	color: #787878;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 10pt;	
	padding-top: 10pt;
}

.content_title {
	color: #787878;
    font-size: large;
	font-weight: bold;
	padding-bottom: 7pt;
	padding-top: 7pt;
}

.content_block {
	background-color: #F2F2F2;
	border-radius: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

.content_block p, div {
	padding-bottom: 5px;
	padding-top: 5px;
}

.content_block_table {
	display: table;
	width: 100%;
	border: none;
	border-spacing: 5px;
	padding-bottom: 5pt;
	padding-top: 5pt;
}

.content_block_row {
	display: table-row;
	width: 100%;
	padding-bottom: 5pt;
	padding-top: 5pt;
}

.content_block_column2_left {
	display: table-column;
	float: left;
	width: 30%;
}

.content_block_column2_right {
	display: table-column;
	float: right;
	width: 70%;
}

.with_borders { 
	border-collapse: collapse; 
	border: 1px solid;
}

.with_borders th, 
.with_borders td {
	padding: 0.5em 1em;
	border: 1px solid;
}

.paper_authors {
}

.paper_title {
	font-style: italic;
}

#right_info {
	margin-bottom: 10px;
}
#right_info dt {
	text-transform: uppercase;
	color: #B8B8B8;
	font-weight: bold;
}
#right_info dd {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}
#right_info p {
	line-height: 17px;
	font-size: 90%;
}

#right_info dl {
	margin-bottom: 5px;
}

#sponsor img {
	width: 150px;
	padding: 5px;
}

#clearer {
	clear: both;
}

#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #585858;
	padding: 5px 5% 20px 5%;
	margin-bottom: 20px;
	font-size: 80%;
}

.left {
	float: left;
}

.center {
	float: inherit;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.changed_old {
	text-decoration:line-through;
}

.changed_new {
	font-weight: bold;
	font-style: italic;
	color: red;
}

td, th {
/* 	margin-right: 5px; */
	padding: 5px;
/*	border: none;*/
}

thead td, th {
	font-weight: bold;
}

.session, .event, .break {
	font-weight: bold;
	font-size: 110%;
}

.talk {
}

.time {
	text-align: center;
}

th.largedate {
	padding: 16px 5px;
	margin: 16px;
	text-align: left;
	font-size: 150%;
}

.withdrawn {
	text-decoration:line-through;
}

img {
    max-width: 100%;
}

.center-block {



}

#pic-container{
   width:100%; /*container-width*/
   overflow:hidden; /*hide bounds of image */
   margin:0;   /*reset margin of figure tag*/
}

#header-picture{
    display: block;
   margin-bottom: -160px;
   margin-top: -60px;
}

