@media screen and (max-width: 768px)
{
    
    }










@media screen and (min-width: 768px) and (max-width: 1380px) 
{
    .label {
        font-size: 12px;
    }

    .table td {
        padding: 4px;
        line-height: 16px;
        font-size: 12px;
    }
}
 
@media screen and (min-width: 768px) and (max-width: 1000px) 
{
   
}

@media screen and (min-height: 600px) and (max-height: 768px) {

}

@media screen and (min-height: 900px) and (max-height: 1030px) {
    
}