.main article {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.main article h3.h {
	margin-left: 43%;
	margin-bottom: 25px;
}

article ul.last_news {
	padding: 0;
	list-style-type: none;
	max-width: 450px;
}

article ul.last_news li {
	padding-bottom: 40px;
	white-space: normal;
}

article ul.last_news li .date {
    width: 40%;
    text-align: right;
}

article div {
	padding-right: 1%;
}

article div.link{
	position: relative;
	left: 195px;
	bottom: 18px;
}
article div.list{
	margin-right:10%;
}
html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
