/*
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 : 7-apr-2015, 11.21.23
    Author     : fulviodev.it.vl
*/
body {
    font-family: sans-serif;
    background-color: #EBF0FF;
    width: 70%;
    height: 60%;
}

#ricerca tr:nth-child(odd) {
    background-color: #CDD3CD;
    border-width: 2px;
    border-spacing: 4px;
    border-color: lightgrey;
    text-align: center;
}

#ricerca tr:nth-child(even) {
    background-color: #C0FFC0;
    border-width: 2px;
    border-spacing: 4px;
    border-color: lightgrey;
    text-align: center;
}