.location-sync {
    color: #000;
}
.location-sync {
    position: absolute;
    right: 0;
    bottom: 27px;
    line-height: 24px;
    padding: 2px 0 0 8px;
    font-size: 12px;
    z-index: 94;
}
.location-sync .toggle.active {
    background-position: 0 0;
}
.location-sync .toggle {
    background-image: url('/Images/Switch.png');
}

.location-sync .toggle {
    display: inline-block;
    height: 19px;
    width: 31px;
    margin: 0 9px;
    vertical-align: text-bottom;
    background-position: 0 19px;
    cursor: pointer;
}
.location-sync .toggle.active {
	background-position: 0 0
}