body{
	font-family: 'Helvetica Neue', sans-serif;

	/*--color: #FF0000;*/
}

a{
	/*color:#77BEEA;*/
	color:#ff4444;
	/*color: var(--color);*/
}

h2{
	font-family: 'Dosis', sans-serif;
}

div#all{
	margin:auto;
	margin-top:50px;
	width:800px;
	margin-bottom: 100px;
}
div#header{
	margin-bottom:70px;
}

div#title{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
}
div#subtitle{
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'Dosis', sans-serif;
}

ul#organizers{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: 200;
}

div#main{
	font-weight: 200;
}

/*Emphasis*/
em.affiliation{
	font-style: italic;
}
em.description{
	font-weight:700;
}
em.keyword{
	font-weight:700;
	font-style: normal;
}

#abstract{
	background:#eeeeee;
	padding:20px;
	width: 430px;
	/*margin:20px;*/
}

td#call{
	width: 60%;
	padding-right: 20px;
}

td#twitter{
	width: 60%;
}

ul#topics{
	width: 460px;
}

ul#topics li{
	margin-bottom: 10px;
}


table#organization td{
	padding-right:20px;
	vertical-align: top;
}

table#organization h3{
	margin-top: 0px;
	font-size: 12pt;
}


table .clock{
	font-weight: 500;
	/*font-style: italic;*/
	text-align: right;
}

p{
	width: 500px;
}

p.talk{
	margin-bottom: 3px;
	margin-top: 5px;
}

div#infos{
	float:left;
}

div#pics{
	margin-bottom: 20px;
}

div#pics img{
	height: 150px;
}

img#conflogo-logo{
/*	height: 30px;
	padding-top: 10px;
*/
}

div#material ul{
	list-style: none;
	padding-left:0;
	margin-top: 20px;  
}
div#material li{
	display: inline;
	margin-right:30px;
}

div#material img{
	height: 30px;
	margin-bottom: -10px;
	margin-right: 10px;
	margin-top: 20px;
}

div#institutions{
	margin-top: 50px;
}

div#institutions img{
	height: 30px;
	margin-right:10px;
}

div.publication{
	margin-bottom: 20px;
}


div.publication > p.title{
	font-weight: 500;
	/*color: #77BEEA;*/
	margin-bottom: 0px;

}

div.publication > p.authors{
	font-style: italic;
	/*padding-left: 20px;*/
	margin-top: 5px;
}

div.publication > p.abstract{
	margin-top: 5px;
	font-size: 12px;
	/*color: #999;*/
}




