html {
	margin: 2px;
}

body {
	/* font-size: 14px; */
}

nav.navbar li.nav-item a {
	color:white;
}

nav.navbar li.nav-item {
	/*border-right: 1px solid white;*/
	background-color: #003C7E;
}

nav.navbar li.nav-item a:hover, ul.dropdown-menu a:hover {
	background-color: #095bff;
	border-radius: 15px;
	color: white;
}

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
}