article {
	padding:20px;
}
audio {
	margin-top:10px;
}
article iframe {
	width:100%;
	height:auto;
}
article iframe:focus {
	min-height:400px;
}
.note {
	font-style:italic;
	font-size:0.8rem;
	padding: 5px 0;
}
article ul {
	list-style-type:none;
	padding:0;
}
article p {
	font-style:italic;
}
.doSubscribe {
	border-top: 1px dashed gray;
	text-align:center
}
.doSubscribe:before {
	content:"";
	display:inline-block;
	position:relative;
	top:7px;
	width:30px;
	height:30px;
	background:url(http://parkes.org.ua/img/conference/mic.svg) no-repeat;
}