#AppPageProfileEditLocations .item {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 10px;
}

#AppPageProfileEditLocations .item .icons {
    float: right;
}

#AppPageProfileEditLocations .item .icon {
    display: inline-block;
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

#AppPageProfileEditLocations .item .icon img {
    width: 20px;
}

#AppPageProfileEditLocations .item.add {
    line-height: 40px;
}


#AppPageProfileEditLocations .item.add span:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/add.svg");
    background-size: 90%;
    background-position: center center;
    border: 1px solid #000000;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: -2px;
}
