/* 
    Document   : Table
    Created on : 16-Jun-2015, 15:39:41
    Author     : floodd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

th{
    background-color: #002244;
    color:white;
}
td{
    
    border: 1px solid #002244;
    padding:3px;
}
table
{
    width:80%;
    margin-left: auto;
    margin-right:auto;
    border: 1px solid #002244;
      border-collapse: collapse;
}

