
.table {
    width: 100%; margin-bottom: 20px;max-width: 100%; background-color: transparent;
    font-size: 14px; line-height: 1.428571429; color: #333333;
}
.info { background-color: #d9edf7!important;}
.table-bordered {border: 1px solid #dddddd; }


/* ESTE CODIGO FIXA A COLUNA DE ACOES (inserir a classe 'acoes' na coluna) */
th.acoes {position: -webkit-sticky; position: sticky; right: 0; background-color: #d9edf7; box-shadow: inset 1px 0 0 0 #dddddd, inset -1px 0 0 0 #dddddd;}
td.acoes {position: -webkit-sticky; position: sticky; right: 0; background-color: white; box-shadow: inset 1px -1px 0 0 #dddddd, inset -1px 0 0 0 #dddddd;}
/*
Editor: https://www.cssmatic.com/box-shadow
Inset {Horizontal(+esquerda,-direita), vertical(+Topo, -bottom), blur, Spread Radius}
*/
