.map {
    min-height: 82% !important;
    height: 82vh !important;
	margin-right: 15px;
	margin-left: 15px;
	border-width: 2px !important;
	border-left: 0px !important;
	border-color: #000000 !important;
    padding: 1em;
}
a.skiplink {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
a.skiplink:focus {
    clip: auto;
    height: auto;
    width: auto;
    background-color: #fff;
    padding: 0.3em;
}
#map:focus {
    outline: #4A74A8 solid 0.15em;
}
#tooltip {
    position: flex; 
    background: #581a1a; 
    padding: 4px; 
    border: 1px solid black; 
    display: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: 'ForgottenOttawaSC' !important;
    font-size: 1.4em;
}
.map-title {
    height: 20vh !important;
    margin-top: 20px !important;
}