div#documents table
{
    border-collapse:collapse;
    background-color:#ebeceb;
    width:100%;
}
div#documents td, div#documents th
{
    padding:10px 30px;
    border:1px solid #ccc;
}
div#documents tr:nth-child(odd) td
{
    background:white;
}
div#documents thead
{
    background-color:#dbdcdb;
}
div#documents td:last-child
{
    text-align:center;
}
div#documents a
{
    font-weight:bold;
}
div#documents td
{
    text-align:center;
}