/*
.subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    color: #777;
}
*/

/*
#container {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 500px;
}
*/

#sphere, #flights, #glow-shadows, #locations, #drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
}

#glow-shadows {
    top: 65px;
    left: 65px;
}

#glow-shadows.earth {
    background: url("../img/all/earth-glow-shadows.png") no-repeat;
}

.location {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px;
    border: 2px solid white;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    cursor: pointer;
}

.location:hover {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

.flight:hover {
    width: 36px;
    height: 37.5px;
    margin-left: -18px;
    margin-top: -18.75px;
}

