/*   
 * Author: Carlos Edgar Novo
 */

table#camarasWeb {margin: 0px auto; width: 40%; }
table#camarasWeb th { text-align:center; }
table#camarasWeb td { text-align:center; }

table#camarasWeb th.Nome { width: 30%; }
table#camarasWeb th.Actions { width: 10%; }


@media screen and (max-width: 1000px){
   table#camarasWeb {width:100%;}
}
