.pro{
    position: absolute;
    width: 40px;
    height: 20px;
    background-color: #00BCD4;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    right: 20px;
}
a.card.selected{
    background-color: #00bcd436;
}
.location {
    display: inline-block;
    margin-left: 80px;
}
.location .mdi-map-marker {
    font-size: 20px;
    color: #00BCD4;
}
@media only screen and (max-width: 600px)
{
    .location{
        display: block;
        margin-left: 60px;
    }
}