#px-portal-body-wrap {
	float: left;
	display: block;
	width: 100%;
}

#px-portal-body {
	margin-right: 210px;
}

#px-portal-sidebar {
	float: left;
	width: 200px;
	margin-left: -200px;
}

@media (max-width: 800px) {
	#px-portal-body {
		width: 100%;
	}

	#px-portal-sidebar {
		width: 100%;
		margin-left: 0px;
	}
}

.px-back2top {
	float: right;
	margin-top: 6px;
}

.px-block-title {
	padding-left: 6px;
}

.px-block-body {
	width: 100%;
}

.px-block-body .post {
	border-radius: 0;
	margin-bottom: 0;
}

.px-block-footer {
	margin-top: 10px;
	width: 100%;
}

.px-portal-login .button2 {
	vertical-align: middle;
	padding: 1px 5px;
}

.px-portal-profile {
    text-align: center;
}

.px-portal-profile img {
    max-width: 100%;
    height: auto;
	margin: 7px;
}

.content .px-sidebar-list {
	list-style: none;
	margin-left: 0;
}

.px-sidebar-list li {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

.px-recent-posts li {
	margin-bottom: 1em;
}

.px-recent-posts a {
	display: inline;
}

.px-recent-posts-age {
	color: #444444;
	display: inline;
}