body {
    margin: 0px;
}

#heading {
    text-align: center;
    padding: 20px;
    background: #333;
    color: #CCC;
}

a {
    color: #3388ff;
}
/*
#map {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #333;
}
*/
.leaflet-canvas-layer {
    opacity: 0.55;
}

#animation-container{
    margin:0 10px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.animation-toggle-label{
    margin-top:-1px;
}

.animation-toggle {
    z-index: 999;
    width: 30px;
    height: 15px;
    background: rgba(0,0,0,.5);
    position: relative;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,.1);
}

.animation-toggle:hover{
      -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,.2);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,.2);
}
.animation-toggle:after {

    content: '';
    color: #000;
    position: absolute;
    right: 4px;
    padding-top:3.5px;
    z-index: 0;
    font: 8px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.1);
  }
.animation-toggle:before {
    content: '';
    color: #27ae60;
    position: absolute;
    left: 5px;
    padding-top:3.5px;
    z-index: 0;
    font: 8px Arial, sans-serif;
    font-weight: bold;
  }
.animation-toggle label {
    display: block;
    width: 12.5px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
.animation-toggle input[type=checkbox] {
    visibility: hidden;
}

.animation-toggle input[type=checkbox] + label {
    background-color: rgba(255,255,255,.5);
} 

.animation-toggle input[type=checkbox] + label:hover {
    background-color: rgba(255,255,255,.85);
} 

.animation-toggle input[type=checkbox]:checked + label {
    left: 15px;
    background-color: rgba(42, 147, 86,1);
}
.animation-toggle input[type=checkbox]:checked + label:hover{
    background-color: rgba(66, 229, 135,1);
}

.color-white{
    color: #ffffff !important;
}

.float-right {
    float: right;
}


