body,td,th {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#header {
	font-size: 20px;
	text-align: right;
	background: #999;
	padding: 10px;
	color: #FFF;
}
#main {
	width: 800px;		
}
.main__posts {
	list-style: none;
	margin-top: 50px;
	padding-left: 0;
}

.main__posts-item {
	width: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.main__post {
	margin-bottom: 50px;
	padding: 50px 9.7%;
}

.post__header-meeting {
	margin: 0;
	font-size: 17px;
	line-height: 50px;
	color: #000000;
}

.post__header-presenter {
	font-size: 21px;
	line-height: 35px;
	color: #000000;
	font-weight: 700;
	margin: 0 0 10px;
}

.post__header-title {
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	margin: 0 0 10px;
}

.post__main {
	border-top: 2px solid #eeeeee;
	padding-top: 10px;
}

.post__main-text {
	margin-top: 0;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
}

.post__footer {
	font-size: 15px;
	line-height: 25px;
	border-top: 2px solid #eeeeee;
}

.post__footer-communication_means {
	border-top: 2px solid #eeeeee;
	padding-top: 10px;
}

.post__footer-story {
	list-style: none;
	padding: 0;
}