


pre {
	white-space: pre-line;
	line-height: 150%;
}

pre.pre {
	font-family: "Averta",Helvetica,Arial,sans-serif;
}

.name {
	font-weight: bold;
	color: #666;
}


.name a {
	text-decoration: none;
}
.name a:hover {
	text-decoration: underline;
}


/*
a {
	letter-spacing: .1em;
	transition: text-shadow .3s;
}
*/

a {
	transition: none;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
/*	font-weight: bold;	*/
}

@supports (text-shadow: 1px 0 0 #000) {
	a:hover {
		font-weight: normal;
		text-shadow: 1px 0 0 currentColor;
	}
}


.img {
	margin: 10px 2px;
}

.lnk {
	cursor: pointer;
}

.label {
	padding: 2px 4px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.group {
	margin: 20px 0px 10px;
	padding: 5px 10px;
	color: #333;
	font-weight: bold;
}

.label.gradient-blue,
.group.gradient-blue {
	color: #fff;

}


.head {
	margin: 20px 0px;

	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;

}

.head > .name {
/*	color: #666666;*/
	color: #2364c8;
	font-size: 20px;
	margin: 0;
	padding: 30px 0px 0px 0px;
}

.head > .img {
}



.event p {
	margin: 8px 5px 0px 4px;
}

.location p {
	margin-top: 4px;
	margin-bottom: 8px;
}


.section .event {
	width: 100%;

	padding-left: 5px;
	padding-right: 5px;

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}


@media screen and (max-width: 768px) {
	.section .event {
		flex-flow: column wrap;
		justify-content: flex-start;
	}
	.section .event > div.name,
	.section .event > div.date,
	.section .event > div.location {
		flex: 0 1 auto;
		margin-top: 4px;
		margin-bottom: 8px;
	}
}


.section .event + .event {
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}


.section .event .lnk:hover {
	color: #2364c8;
}

.section .event > .name {
	flex: 1 1 auto;
	padding-right: 10px;
}
.section .event > .date {
	flex: 0 0 100px;
}
.section .event > .location {
	flex: 0 0 200px;
}



.eventwrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.eventwrap > * {
	max-width: 60%;
	align-content: flex-start;
	flex: 1 1 0px;
	margin-left: 20px;
}


.eventwrap > *:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 768px) {

	.eventwrap {
		flex-direction: column;
	}
	.eventwrap > * {
		margin-left: 0px;
		max-width: inherit;
		width: 100%;
	}
}

.event > div {
	margin-bottom: 10px;
}

.event .descr {
/*	max-width: 320px;	*/
	min-width: 120px;
}

.register > .reg,
.register > .contact,
.register > .filelist {
	min-height: 24px;
	margin-bottom: 8px;
}
.register .reg {
	background-image: url("/images/ep/register.png");
	background-repeat: no-repeat;
	margin-left: 5px;
}

.register .contact {
	background-image: url("/images/ep/mailto.png");
	background-repeat: no-repeat;
	margin-left: 5px;
}
.register .reg > *,
.register .contact > * {
	line-height: 24px;
	padding-left: 32px;
}

.register ul {
	list-style: none;
	margin: 0px 0px 0px 5px;
}

.register ul > li {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin: 0px 0px 8px;
}

.register ul > li a {
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: 24px;
}


.address .addr {
	max-width: 600px;
	margin: auto;
}



.lectures .lect {

	display: flex;
	flex-flow: row nowrap;
/*	justify-content: space-between;	*/
	align-items: flex-start;
	align-content: flex-start;

}

@media screen and (max-width: 768px) {
	.lectures .lect {
		flex-wrap: wrap;
		justify-content: space-evenly;
		flex-direction: column;
	}

	.lect > .checkbox {
		order: 2;
	}
	.lect > .date {
		order: 3;
	}
	.lect > .text {
		order: 1;
	}
}

.lect > div {
	margin: 4px;
}
.lect p {
	margin-top: 0px;
}


.lect .name {
}
.lect .descr {
}

.lect > .date {
	white-space: nowrap;
	margin-right: 8px;
}


