#svgmap-container {
    width: 100%;
    max-width: 768px;
    height: 100%;
    position: relative;
}

#svgmap-au {
    width: 70%;
    /* max-width: 500px; */
    float: left;
    /* max-height: 380px; */
    padding: 0;
    margin: 0;
}

#svgmap-nz {
    width: 30%;
    /* max-width: 267px; */
    float: right;
    /* max-height: 400px;   */
    padding: 0;
    margin: 0;
}

#svgmap-au,
#svgmap-nz {
    padding: 0;
    position: relative;
    height: 100%;
    max-height: 500px;
    padding-bottom: 70%;
}

svg.au,
svg.nz {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

svg a {
    cursor: pointer;
    color: #12a79d;
}

svg a:active,
svg a:visited {
    text-decoration: none;
}

svg a:hover {
    text-decoration: none;
    fill: #12a79d;
    color: #ffffff;
}

svg a.nz:hover {
    text-decoration: none;
    fill: #12a79d;
    color: #000000;
}

svg foreignObject.marker {
    text-align: center;
    cursor: pointer;
}

svg foreignObject.marker:hover~a>path {
    fill: #12a79d;
}

svg path {
    fill: #cccccc;
}

svg path:hover {
    fill: #12a79d;
}