/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/11/2019, 14:39:26
    Author     : richetti
*/

/*Pagina pje */
li.pje-list-acesso-icons{
    width: 24%;
    vertical-align: top;
    line-height: initial;
}
li.pje-list-consulta-icons{
    width: 24%;
    vertical-align: top;
    line-height: initial;
}
li.pje-list-app-icons{
    width: 24%;
    vertical-align: top;
    line-height: initial;
}
/*fim da pagina pje*/

@media (max-width: 480px) {

li.pje-list-acesso-icons{
    width: 45%;
}
li.pje-list-consulta-icons{
    width: 45%;
}
li.pje-list-app-icons{
    width: 45%;
    margin-bottom: 10px;
}
}