.clusterContainer {
    cursor:pointer;
}
.clusterBackground {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius:50%;
    background-color: #11204c;
    border: 2px solid #004387;
    opacity: 0.8;
    padding: 0.9em;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.clusterContentContainer {
    position:relative;
    top:0;
    left:0;
    text-align:center;
    width:30px;
    height:30px;
    line-height:30px;
    vertical-align:middle;
    color:white;
}
.clusterContent {
    width:100%;
    text-align:center;
    font-weight: bold;
    font-size:1.3em;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.Big {
    transform: scale(1.4) !important;
    padding: 1em; 
    margin-top: 0.2em;
    margin-left: 0.3em;
    border: 2px solid #004387;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.clusterMap {
    position: relative;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #11204c;
    border: 2px solid #004387;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.clusterMap span {
    width: 2em;
    text-align: center;
    position: absolute;
    height: 1em;
    margin: 0.3em 0 0;
    display: block;
    border-radius: 50%;
    color: #2F3E6A;
    line-height: 1em;
    color: white;
}