/*
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 : 2017-09-29, 
    Author     : Artur Dryńkowski
    
    */
table.aa {
    text-align: center;
}
td.a {
    background-color: #eeeeee;
    border-style: solid;
    border-width:1px;
    border-color:#000000; 
    padding: 3px 3px 3px 3px;
    width:25% ;
}
td.b {
    margin: 3px;
    border-style:solid;
    border-width:1px;
}


