body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:#363131/*403a3a*/;
}
.borough {
    cursor: pointer;
}

h1 {
    margin-bottom: 15px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    /*font-family :'Lato', sans-serif;*/
    font-size: 50px;
    color: white;
}

svg {
    width: 1184px;
    margin: 0 auto;
}

.borough-name {
    text-shadow: 0px 0px 3px #000;
}

.selector-circle {
    opacity: .6;
    animation: myfirst 5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {opacity: .1;}
    to {opacity: .9;}
}

/* Standard syntax */
@keyframes myfirst {
    from {opacity: .1;}
    to {opacity: .9;}
}

.content-wrapper {
    /*background-color: red;*/
    margin: 0 auto;
    width: 845px;
}