body {
	background-color: #fff;
}

.nav-inverse {
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
} 

#inforum-top {
	color: white;
	padding-left: 20px;
	margin: 5px;
	display: inline-flex;

	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	
}

div.taglist span.label a.tag {
	color: white;
}

div.taglist div {
	text-align: center;
}

div.statistics span.badge {
	float: right;
}

div.statistics span.varname {
	text-overflow: ellipsis;
	font-size: 75%;
}

.canal-list span.varname {
	text-overflow: ellipsis;
	font-size: 75%;
}

div.footer {
	text-align: center;
}

div.forum-entry {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #eee
}

nav.pagination {
	margin: auto;
}

nav.topnav form.form-inline {
	display: inline-flex;
	padding: 5px;
	height: 100%;
}

nav.h2 {
	display: inline-flex;
}


