body {
	background-color: #e0e0e0;
}

h1 {
	font-size: 28px;
}

.panel {
  border: none;
	min-height: 610px;
}

.content {
	padding: 20px 50px;
}

@media (max-width: 991px) {
	.content {
		padding: 20px;
	}
}

.hoverMenu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
 }

.headerImage {
 	width: 100%;
}

.footer {
  font-size: 12px;
  text-align: center;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-radius: 0;
}

.symbolContainer {
	text-align: center;
	margin: 20px 0;
}
