.status
{
    background-color: lightgray;
    padding: 1px 10px;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width:720px), (max-device-width : 720px) /* desktop and mobile orientation: portrait */
{ 
    .status_m
    {
        min-width: 20px; 
        width: 20px;
        overflow: hidden;
        vertical-align: middle;
        color:rgba(0,0,0,0);
        display: inline-block;
    }
}