.breadcrumb {
	background: #eae6e6;
	font-size: 18px;
}

.breadcrumb a {
	color: #0A4A87;
}

address {
	font-size: 14pt;
}

#map-canvas {
    border: 1px solid #C6A471;
    height: 400px;
    max-width: 100%;
    position: relative;
    background-color: rgb(229,227,223);
    overflow: auto;
}

#map-canvas img {
    max-width: none;
}

.dataTables_wrapper {
	padding-right: 10px;
}

.dataTables_filter {
	display: none;
}

#example-table {
	overflow-x: auto;
}


#app-container {
	overflow-x: auto;
	overflow-y: hidden;
}

#app {
	overflow-x: auto;
	overflow-y: hidden;
}