.ui-autocomplete {
	padding: 0;
	list-style: none;
	background-color: #fff;
	width: 218px;
	border: 1px solid #B0BECA;
	max-height: 350px;
	overflow-y: scroll;
}

.ui-autocomplete .ui-menu-item a {
	border-top: 1px solid #B0BECA;
	display: block;
	padding: 4px 6px;
	color: #353D44;
	cursor: pointer;
}

.ui-autocomplete .ui-menu-item:first-child a {
	border-top: none;
}

.ui-autocomplete .ui-menu-item a.ui-state-hover {
	background-color: #D5E5F4;
	color: #161A1C;
}

.control-group {
	margin-bottom: 20px;
	padding: 0 10px;
}

.control-group p {
	margin-bottom: 5px;
}

h2 {
	background-color: #efeff8;
	margin-top: 20px;
	padding: 0 10px;
}

div.section-content {
	margin: 0 10px;
}

#navbar {
	
}

#navbar.affix-top {
	margin-top: 70px;
}

#navbar.affix {
	margin-top: 20px;
}

table.dataTable tbody td {
	padding: 1px;
}

span.diff-insert, span.diff-html-added {
	background: #c6ffc6;
}

span.diff-equal {
	
}

span.diff-delete, span.diff-html-removed {
	background: #ffc6c6;
	text-decoration: line-through;
}

.map-container {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	float: left;
	height: 0;
}

#map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}

.risk-level {
	padding: 5px 30px;
	border: 1px solid black; 
}

.risk-level-0 {
	color: white;
	background-color: #3399FF;
}
.risk-level-1 {
	color: white;
	background-color: #009933;
}
.risk-level-2 {
	color: black;
	background-color: #E6E600;
}
.risk-level-3 {
	color: black;
	background-color: #E68A00;
}
.risk-level-4 {
	color: black;
	background-color: #E60000;
}

