.location
{
    background-color: #ececec;
    border: solid 1px #d3d3d3;
    color: #000;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    transition: all 0.3s;
}

.location:hover
{
    background-color: #d3d3d3;
}

.location .remove
{
    font-weigth: bold;
    color: red;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

#countries-add-location
{
    cursor: pointer;
    display: inline-block;
    background-color: #d3d3d3;
    border: solid 1px #000;
    padding: 10px;
    clear: both;
    margin: 10px 0 10px 0;
}