body {
	font-family: sans-serif;
}

.mounthead {
}
.mounthead .mount {
	float: left;
	background: #abc;
	color: white;
	padding: 1rem 3rem;
}
.right {
	float: right;
	width: 20%;
}

ul.mountlist {
	list-style: none;
}

ul.mountlist li {
	display: inline;
}

ul.mountlist li a {
	background: #abc;
	color: white;
	text-decoration: none;
	padding: .5rem 1rem;
	margin: .1rem .2rem;
	transition: .5s;
}
ul.mountlist li a:hover {
	color: #abc;
	background: white;
}

.mountcont {
	clear: both;
}
