

html,
body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.container,
#map
{
    width: 100%;
    height: 100%;
}

.filters
{
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 65px;
    max-width: calc(100% - 69px);
}

.filters select
{
    display: inline-block;
    max-width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    background: white;
    border-radius: 4px;
    border: 2px rgba(0,0,0,0.25) solid;
    padding: 0 8px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.credits
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.credits a,
.disclaimer a
{
	display: flex;
	padding: 5px 10px;
	align-items: center;
	text-decoration: none;
	background: rgba(255,255,255,0.7);
	color: #3c5e9d;
	font-size: 13px;
	max-width: 147px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.credits img
{
	width: 130px;
	margin-top: 8px;
}

.disclaimer
{
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1000;
}