@charset "utf-8";
/* CSS Document */
body {
    background-color: #CCC;
}

p {
	color: grey;
    padding: 12px 16px;
    font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
    display: block;
	margin-top:-20px;
}

h1 {
	color: #666;
    padding: 12px 16px;
    font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
    display: block;
	margin-top:-20px;
}

li {
	color: grey;
    padding: 12px 16px;
    font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:disc;
	margin-top:-20px;
}

.centered {
	display: block;
	width: 600px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.link-centered {
	text-align:center;
	max-width: 75%;
	margin-left: auto;
    margin-right: auto;
}

.center-text {
	display: block;
	width:100%;
    margin-left: auto;
    margin-right: auto;
}

table.cent {
	max-width: 75%;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	background-color: rgb(208,212,213);
	background-repeat: no-repeat;
  background-position: center center;
}

/* Dropdown Button */
.dropbtn {
    background-color: #666;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color:#666 ;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ddd;
} 

#map {
  height: 400px;
  width: 600px;
}

.container {
	margin: auto;
	width: 50%;
	height: auto;
	line-height: 115px;
	text-align: center;
	margin-top: 25px;
	border: 4px solid #444;
	padding: 1px;
}
.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}