div.about {
	padding:20px;
}

.about img[src$="Silver-atom.png"] {
	width:150px;
	border:none;
}

.about img[src$="atom.jpg"] + span {
	color:darkblue;
	vertical-align:text-bottom;
	margin-left:20px;
	font-weight:bold;
	font-size:250%;
	text-transform:uppercase;
}

div.line {
	position: relative;
	padding: 0px;
	background-image: url('/system/images/vertsplitter.gif');
	background-repeat: repeat-y;
	background-size: cover;
	height: 2px;
	margin: 20px 0;
}

.about ul {
	padding:0px;
}
.header-conference{
	display: flex;
	flex-wrap: wrap;
}
.image-left-conference{
	flex: 1 1 150px;
}
.image-right-conference{
	flex: 1 1 200px;
}
.image-right-conference img{
	height: 50px;
}
.header-center-conference{
	flex: 2 1 300px;
	/*width: 50%;*/
}
.image-enter-conference img{
max-width: 500px;
	width: 100%;
}