body {
	line-height: 20px;
}
#main {
	width: 100%;
	margin: 0;
}
#right-column {
	width: 100%;
	margin: 0;
	float: none;
}
#left-column {
	width: 100%;
	margin: 0;
	float: none;
}
.top {
	width: calc(50% - 26px);
	margin: 5 3 0 3;
}
.top-add {
	width: 100%;
	margin: 5 0 0 0;
}
.news-box {
	margin: 10 8 0 8;
}
#titlebar {
	padding: 5 10 5 10;
	margin: 10 0 10 0;
}
#footer {
	float: none;
}
#bottom-menu{
	float: none;
}
.site-links-col {
    column-count: 2 !important;
}