 .table-action {
     text-align: center;
 }
 
 .table-action-hide a {
     opacity: 0;
 }
 
 .table-action a,
 .table-action-hide a {
     display: inline-block;
     margin-right: 5px;
     color: #1591ce;
 }
 
 .table-action a:last-child,
 .table-action-hide a:last-child {
     margin-right: 0;
 }
 
 .fa-pencil-square-o {
     font-size: 22px;
 }
 
 .fa-trash-o {
     font-size: 22px;
 }