#report
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

#report > table
{
    width: 100%;
    border: solid 2px black;
    font-family: Arial;
    font-size: 14px;
    background-color: #0b3d5c;
    border-collapse: collapse;
}

#report > table > tbody > tr > td
{
    border: solid 1px black;
}

#report > table > tbody > tr > td,th
{
    padding: 4px;
}

#report .heading
{
   color: white;
   text-align: left;
}

#report > table > tbody > tr.columnheaders > th
{
    background-color: white;
    color: black;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

#report > table > tbody > tr.even
{
    background-color: #3c9daa;
    color: black;
}

#report > table > tbody > tr.odd
{
    background-color: transparent; 
    color: white;
}

