/*
name: style.css
*/

table.fb_symbols{
    margin:0 auto 0 auto;
}

table.fb_symbols, table.fb_symbols tr td{
    border: 1px solid black;
    border-collapse: collapse;
    font-size:12px;
    background-color: white;
    text-align: center;
}

table.fb_symbols tr th{
    text-align: center;
    background-color: rgb(33, 78, 33);
    color: white;
    height:5px;
    padding: 0% !important;
    margin: 0% !important;
}
