
@media screen and (max-width:500px){  
    /*#div_social{
        display:none;
    }*/
    #div_list{
        width:80%;
        display:block;
        margin:auto;
        text-align:justify;
    }
    .dev_card_no_avail{ 
        -webkit-border-radius:10px;-moz-border-radius:10px;
        -ms-border-radius:10px;-o-border-radius:10px;
        -webkit-box-shadow:3px 3px 3px rgba(50,50,50,.1);
        -moz-box-shadow:3px 3px 3px rgba(50,50,50,.1);
        
        width:90%;
        background-color:rgba(255,255,255,.5);
        display:table;
        
        margin:10px auto 30px auto;
        /*height:455px;*/
        border-radius:10px;
        border:0 solid #333;
        box-shadow:3px 3px 3px rgba(50,50,50,.1);
        
        padding: 20px 5px 20px 5px;
    }

    
}