#google_map {
	height: 500px;
}

.tef_map_container {
	max-width: 250px;
}

.tef_map_headline {
    font-size: 16px !important;
    line-height: 1.5em !important;
    color: #777 !important;
    margin-top: 0;
    border-bottom: 1px solid #777;
    margin-bottom: 5px;
    padding-bottom: 4px;
}
.tef_map_date {
	padding-bottom: 5px;
	line-height: 1.9em !important;
}
.tef_map_source {
width: 100%;
    background: #0019a5;
    color: #ffffff;
    padding: 10px 0;
    font-size: 16px;
    border: none !important;
    text-align: center;
}

.tef_map_source a,
.tef_map_source a:hover,
.tef_map_source a:focus,
.tef_map_source a:active {
	display: block;
	color: white;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    border: 3px solid #0019a5;
    box-shadow: none;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(0, 25, 165,1) 50%,rgba(0, 25, 165,0) 51%,rgba(0, 25, 165,0) 100%);
}

.gm-control-active,
.gm-style .gm-style-mtc > div{
    border: 3px solid #0019a5!important;
}

.tef_map_markericon {
	background: url("Cross_RGB.png") no-repeat;
}

.gm-fullscreen-control {
  display: none;
}

