/**
 * @license zoom-svg.css v1.0
 * Updated: Mon Feb 20 2017
 * First Release
 * Copyright (c) Laurent SOUEF Consulting
 * Released under the MIT license
 * https://github.com/LaurentSouefConsulting/jquery.zoom-svg/blob/master/MIT-License.txt
 */

.zoom-svg-container {
    position: relative;
    display: block;
    background-color: #fff;
    /*border: 4px solid #333;*/
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*.zoom-svg-container:hover svg {}*/

.zoom-svg-zoom {
    background-color: grey;
    border: 2px solid #666;
    color: white;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
}

.zoom-svg-zoom-in {
    position: absolute;
    bottom: 70px;
    right: 30px;
    width: 20px;
}

.zoom-svg-zoom-rst {
    position: absolute;
    bottom: 40px;
    right: 10px;
    width: 60px;
}

.zoom-svg-zoom-out {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 20px;
}