body {
color: #999;
font-family: arial, sans-serif;
} #map-container {
max-width: 1000px; background-color: #fff;  } text {
fill: #000000; font-family: Helvetica, arial, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 1;
}	
#EC2-text, #EC3-text, #EC4-text, #E1W-text, #WC2-text, #SW5-text, #SW3-text, #SW7-text, #W14-text, #SE11-text, #SE8-text {
font-size: 14px;
}
#SW10-text {
font-size: 12px;
}
#N1C-text, #E20-text {
font-size: 11px;
} path {
fill: #35ADFC; fill-opacity: 0.5;
stroke: #ffffff;
stroke-width: 2;
stroke-linecap="round";
stroke-linejoin="round";
stroke-miterlimit="10";
-webkit-transition: fill 300ms ease-in-out;
-moz-transition: fill 300ms ease-in-out;
-ms-transition: fill 300ms ease-in-out;
-o-transition: fill 300ms ease-in-out;
transition: fill 300ms ease-in-out;
}
path:hover {
fill: #F2B61C; fill-opacity: 0.3;
cursor: pointer;
}  path#E20 {
fill-opacity: 0;
}
path#E20:hover {
fill-opacity: 0.8;
} path#The_Thames_1_ {
fill: #ffffff;
fill-opacity: 1.0;
stroke: none;
}
path#The_Thames_1_:hover {
cursor: default;
}  .MR-tooltip h3 {
margin: 0 0 5px;
padding: 0 0 5px;
border-bottom: 1px solid #ccc;
color: #C10000;
font-size: 16px;
} .MR-tooltip, .MR-tooltip p {
color: #222;
font-size: 12px;
line-height: 1.2;
} .MR-tooltip {
background-color: #fff;
padding: 15px;
max-width: 200px;
margin: 5px;
border: 1px #ccc solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
} .MR-right-tooltip:after {
left: -9px;
top: 20%;
content: "◀";
font-size: 20px;
position: absolute;
pointer-events: none;
text-shadow: -2px 1px 1px rgba(50, 50, 50, 0.5);
color: #fff;
} .MR-left-tooltip:after {
right: -9px;
top: 20%;
content: "▶";
font-size: 20px;
position: absolute;
pointer-events: none;
text-shadow: 2px 1px 1px rgba(50, 50, 50, 0.5);
color: #fff;
} #map-container {
position: relative;
margin: 0 auto;
padding: 0 0 25px;
overflow: hidden;	
}
.MR-tooltip-container {
position: absolute;
z-index: 10000000
}
.MR-tooltip {
display: none;
}
.MR-tooltip-mobile-show {
display: block;
}
.MR-arrow-hide .MR-left-tooltip:after, .MR-arrow-hide .MR-right-tooltip:after {
display: none;
}
.mobile .MR-left-tooltip:after,
.mobile .MR-right-tooltip:after {
content:"";
}
.mobile .MR-tooltip {
margin: 30px 20px; 
} .copyright {
position: absolute;
bottom: 15px;
width: 100%;
text-align:center;
font-size: 9px;
}
.copyright a {
color: inherit;
text-decoration: underline;
} object {
width: 100%; min-height:  320px; } 
@media only screen and (max-width: 740px) {
path {
stroke-width: 3;
}
@media only screen and (max-width: 480px) {
object {
min-height: 300px; }
path {
stroke-width: 4;
}
}