.Table style
{
.documents-table
    {
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    font-family: Tahoma;
    }


    .table-top
    {
    margin: 0px;
    padding-top: 10px;
    color: white;

    background: #66852D;
    text-align: left;
    font-size: 10pt;
    font-style: normal;
    font-family: Tahoma;
    text-transform: capitalize;
    font-weight: 300;
    border-spacing: 10px;
    line-height: 14pt;
    vertical-align: center;
    text-align: center;
    height: 50px;
    }
    .basic-col-cell{
        text-align: center;
         padding:0px;
         height:75px;
         border: thin solid #66852D;
         color: #414F28;


    }
    

    .table-row-odd
    {
    color: #666666;
    background-color: #D1EAB3;
    font-size: 10pt;
    vertical-align: center;
    }
    .table-row-even
    {
    color: #666666;
    background-color: #e5ead2;
    font-size: 10pt;
    vertical-align: center;
    }
    

    #container{
        margin-left: auto;
        margin-right: auto;
        width: 711px;
        margin-top: 200px;
    }

    .documents-table{

        width: 711px;        
        border: 1px solid rgb(118, 146, 60); 
        top: 20px; 
    }

    .table-top-col-1-cell{
        width:50px;
        padding:0px;

    }
    .table-top-col-2-cell{
        width:50px;
        padding:0px;

    }
    .table-top-col-3-cell{
        width:120px;
        padding:0px;

    }
    .table-top-col-4-cell{
        width:50px;
        padding:0px;

    }
    .table-top-col-5-cell{
        width:50px;
        padding:0px;

    }
    .table-top-col-6-cell{
        width:50px;
        padding:0px;

    }

   
}
