/*
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 : 07/01/2016, 18:05:54
    Author     : Filipe
*/

.tabela{

}

.tabelaCabecalho{
    padding: 10px;    
}

.coluna1{
    width: 11%;
    text-align: center;

}
.coluna3{
    width: 30%;    
    text-align: center;
}
.coluna6{
    width: 60%;    
}

.colunaCentro{
    text-align: center;
}

.campoPequeno{    
    width: 70px !important;
}
.cabecalhoTabela{
    border: transparent;    
}

