.kpText {
    width: 34px !important;
    height: 25px !important;
    text-align: center !important;
    background-image: url(/includes/img/icons/routebeschrijving/route.png);
    padding-top: 9px
    }
.kpTextCluster {
    width: 36px !important;
    height: 36px !important;
    text-align: center !important;
    background-image: url(/includes/img/icons/map/marker-cluster.png);
    padding-top: 9px
    }
.infoBox {
    z-index: 9999
    }
.fancybox-close {
    display: block !important
    }
.map-canvas {
    height: 500px;
    margin-top: 10px;
    width: 100%
    }
.widget-routes .map-canvas {
    height: 600px;
    margin-top: 0
    }
/*Tooltips*/
.tooltip-small {
    position: absolute;
    font-size: 0.75em;
    color: #575757;
    background: #fff;
    padding: 3px;
    max-width: 220px;
    border: 1px solid #c4c4c4;
    z-index: 9999
    }
.tooltip-small:after, .tooltip-small:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-small:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px
    }
.tooltip-small:before {
    border-color: rgba(196, 196, 196, 0);
    border-top-color: #c4c4c4;
    border-width: 6px;
    margin-left: -6px
    }
.tooltip-small.top:after, .tooltip-small.top:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-small.top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px
    }
.tooltip-small.top:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #c4c4c4;
    border-width: 6px;
    margin-left: -6px
    }
.tooltip-small.left:after, .tooltip-small.left:before {
    left: 10px
    }
.tooltip-small.right:after, .tooltip-small.right:before {
    left: auto;
    right: 10px
    }