.awmp-map {
	text-align: center;
	/*border: 0.2px solid gray;*/
	font-family: "Georgia", "serif";
	font-weight: 100;
	background-size:     cover;                 
    background-repeat:   no-repeat;
    background-position: center center;  

 	display: table;
	/* TODO: Static URL */
}

.awmp-map span, .awmp-map a, .awmp-map a:hover {
	cursor: pointer;
	text-decoration: underline;
	z-index: 100000;
}

/*.awmp-map span, .awmp-map a, .awmp-map h3, .awmp-map p {
	color: grey !important;
}*/
.awmp_map_wrapper { 
	display: table-cell;
	vertical-align: middle;
	background-size: cover !important;
}

.awmp-icon {
	margin: 0 auto;
	width: 300px;
	height: 190px;
}

/*
#awmp-svg svg {
	margin-left: calc(50% - 50px);
	width: 400px;
	height: 330px;
	fill: grey;
}
*/
