/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}   

html {
	margin: 0;
}

/* Hide everything unneeded */
#nav, #footer, .dangle, #widgets, #facil, #search {display: none}

/* font sizes */
body {
	background: #fff;
	font-size: 12pt;
	color: #000;
}

h1 {font-size: 24pt}

h2 {font-size: 14pt; margin-top: 25px}

small, small {
	color: #000;
}

/* Some browsers like to show a border around images. Switch it off */
img {border: 0}

/* Separate blockquotes a little bit from the rest */
blockquote {
	font-size: 13pt;
	font-style: italic;
}

/* By default links are blue. For optimal legibility change them to black */
a:link,a:visited, .container .clicker {color: #000}
/*
a:after {
	content: " (" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}
a[href^="http://"]:after, a[href^="https://"]:after {
	content: " (" attr(href) ")";
}
*/
/* Append the source of the citation */
q:after {content: " (" attr(cite) ")"}

#content {
	padding: 0;
}

.main {
	float: none;
	width: auto;
	padding: 0;
}
/* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
.side {
	border-top: 2px solid #000;
	margin-top: 30px;
	float: none;
	width: auto;
	display: block;
	padding: 0;
	/*page-break-before: always; */ /* Moves the sidebar to new page */
}

.likes:before {
	content: "Likes: ";
}
#activity {
	margin: 50px 200px;
}
.message .actions, .message .nostick {
	display: none;
}
.message.deleted .nostick {
	display: inline;	
}

.experts .list, .most_place .container {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.most_place .container {
	width: 368px;
	background: #fff;
}
.mod, .topper {
	clear: both;
}
.topper {
	opacity: 0 !important;
}
.push {
	height: 0;
}