@media (max-width: 800px) {
	#sharebar, #sharebarx { display: none !important; }

	#sidebar h3.widgettitle { width: auto !important; }
	#sidebar { padding-right: 5px; }

	.postcontent > a { display: none; } /* hide next/prev */
	#outer_wrapper, .mobile #wrapper { width: auto !important; }
	#wrapper { padding: 0 5px; }
}

.mobile #sharebar, .mobile #sharebarx { display: none !important; }

.mobile #sidebar h3.widgettitle { width: auto !important; }
.mobile #sidebar { padding-right: 5px; }

.mobile .postcontent > a { display: none; } /* hide next/prev */
.mobile #outer_wrapper, .mobile #wrapper { width: auto !important; }
.mobile #wrapper { padding: 0 5px; }

