body {
	background-color: #e0e0e0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

.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;
}

table th,td {
	padding-left: 10px;
	padding-right: 10px;
}

.tableContainer {
	padding-bottom: 20px;
}

.noWrap {
  white-space: nowrap;
}

.cost {
  text-align: right;
}

.delimiter {
  height: 50px;
}

.tableCaption {
  font-size: 18px;
}

.pdfIcon {
	font-size: 18px;
}

.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;
}

.highlighted {
	display: inline-block !important;
	color: #337ab7;
	margin: 0 20px;
}

.billListItem {
	margin: 10px 0;
}
