html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #F9F9F9;
	font: 18px;
	font-family: 'Roboto', sans-serif;
}

.menu-selected {
	border-top: 5px solid #DD7A32;
}
.menu-selected a {
	color: #DD7A32 !important;
}