﻿.ecy-map #button-zoom-full {
    cursor: pointer;
    height: 34px;
    width: 34px;
    z-index: 1000;
    border: 1px solid #57585A;
    background-color: white;
    position: absolute;
    top: 120px;
    left: 0;
    margin: 0;
    padding: 0;
}

    .ecy-map #button-zoom-full:hover {
        background-color: #e6edf0;
    }

    .ecy-map #button-zoom-full:focus {
        border: 1px solid rgba(87, 88, 90, 0.25);
    }

.ecy-map #button-zoom-full-image {
    margin: 3px 0 0 3px;
    float: left;
    opacity: 0.8
}
