

@media only screen and (max-width: 999px) {

    /* TEXTURY */

    
    #textures-container dl { 
        font-size: 90%;
        color: #ccc;
        
    }
    
    #textures-container dt { 
        display: block;  
        clear: left;
        float: left; 
        width: 40%; 
        text-align: right;
        margin: 1px 0;
        padding-right: 10px;
    }

    #textures-container dd { 
        display: block;    
        float: left; 
        width: 60%; 
        text-align: left;
        margin: 1px 0;
    } 
    
    span.texture-game { 
        display: inline-block; 
        background: #161e4d; 
        color: #babfde; 
        padding: 1px 5px; 
        text-decoration: none; 
        border-radius: 5px;
    }

    span.texture-type { 
        display: inline-block; 
        background: #4d1616; 
        color: #debaba; 
        padding: 2px 5px; 
        text-decoration: none; 
        border-radius: 5px;
    }
  
}