html,
body,
#top,
#boxes,
#shadow {
	min-width: 0;
	width:100%;
}

html, body {
	overflow-x: hidden;
}

#top {
	height: 80px;
}

#top h1.badge {
	top: 12px;
}

.badge img {
	height: 26px;
}

#top h1.type {
	padding-top: 18px;
	padding-bottom: 4px;
	left: 60px;
}

.type img {
	height: 18px;
}

#top ul.nav {
	left: 62px;
	top: 14px;
	right: auto;
	font-size: 11px;
}

#top ul.nav li {
	border-left: none;
	text-align: left;
	padding-left: 16px;
	width: auto;
}

ul.filters {
	display: none;
}

#shadow {
	top:80px;
}

#profile .main .text {
	display: block;
}

#profile .main .profile-image {
	display: none;
}