.description {
            pointer-events: none;
            position: absolute;
            font-size: 18px;
            text-align: center;
            background: white;
            padding: 5px 15px 10px 15px !important;
            z-index: 5;
            height: 40px !important;
            line-height: 30px;
            margin: 0 auto;
            color: #21669e;
            border-radius: 5px;
            box-shadow: 0 0 0 1px #eee;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none;
        }
        .description.active {
            display: block;
        }
        .description:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            width: 0;
            height: 0;
            margin-left: -10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid white;
        }
        path{
            stroke-width: 1px;
            stroke:#fff;
        }
