article {
	width: 100%;
}

article ul.last_news {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

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

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

article a {
	padding-left: 1%;
}

header {
	justify-content: flex-end;
}

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;
}