@charset "utf-8";
/* NavBar shows no border when hover and active*/
.dropdown-toggle {
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }
 
 
.dropdown-menu {
	text-align: center;
	width: 100%;
	font-weight: bold !important;
}


.jmargin {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: none;
}

.nomargin {
	margin-left:-15px;
	margin-right:-15px;
}

.content {
	padding-left: 20px;
	padding-right:20px;
}