table{
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-weight:300 ;
    font-size: 1.1em;
}

table caption{
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    font-weight:350 ;
    margin: 1em 0;
}

th{
    border: 0px solid #999;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight:bold ;
    padding: 10px 0;
}


td{
    border: 0px solid #999;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight:300 ;
    padding: 10px 0;
}


table thead tr{
    background-color: #0096ff;
    font-family: 'Roboto', sans-serif;
    font-weight:350 ;
    color: #fff;
}

table tbody tr:nth-child(odd){
    background-color: #fff;
    font-weight:350 ;
    font-family: 'Roboto', sans-serif;
}

table tbody tr:hover{
    background-color: #ccc;
    font-weight:350 ;
}

table tbody tr td:first-child{
    font-weight:360 ;
    font-family: 'Roboto', sans-serif;
}

table tfoot tr td{
    text-align: right;
    padding-right: 20px;
    font-weight:350 ;
    font-family: 'Roboto', sans-serif;
}
