.zoom16{width:160px;height:80px;padding-top:5px;margin:-80px 0 0 -80px;opacity:0.9;background:#4285f4;color:white;border-radius: 10px;}
.zoom16 .name{font-size: 14px;font-weight: 800;margin-top: 7px}
.zoom16 p{line-height: 20px;}
img.imgs{width:13px;display: block;float: left}
#share {
    display: none;
    float: right;
    font-size: 14px;
    line-height: 170%
}

.mapDemo {
    position: relative;
    width: 100%;
    height: 100%;
}

.demo-wrapper {
    position: relative;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    border: 3px solid black;
}

.timeline-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 30px;
    background: #fff;
    transition: 1s ease all;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65)
}

#loading {
    position: absolute;
    height: 100%;
    display: table;
    background: #2980B9;
    width: 100%;
    z-index: 9999;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mt2 {
    margin-top: 2rem;
}

.mb0 {
    margin-bottom: 0;
}

.mb2 {
    margin-bottom: 2rem;
}

.center {
    text-align: center;
}

.bubble {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s ease-in-out;
    cursor: pointer
}
.bubble{background: url(../img/district-circle.png) no-repeat 0 0;box-shadow: 0 2px 2px rgba(0, 0, 0, .2);border-radius: 50%;overflow: hidden;width: 92px;height: 92px;line-height: 1.6}
.bubble p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bubble-1 {
    background: url(../img/district-circle.png) no-repeat 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    border-radius: 50%;
    overflow: hidden;
    width: 92px;
    height: 92px;
    line-height: 1.6
}

.bubble-1 .name {
    font-size: 14px;
    font-weight: 800;
    margin-top: 24px
}