table.border {
    border-collapse: collapse;
}
.border > td {
    border:1px #000000 solid;
}
#map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#map iframe {
    width: 100%;
    height: 660px;
    margin-top: -170px;
}

@media only screen and (max-width: 999px) {
    #map {
	width: 100%;
	height: 400px;
	overflow: hidden;
    }

    #map iframe {
	width: 100%;
	height: 500px;
	margin-top: -150px;
    }
}
