table, th, td
{
    border-collapse: collapse;
}

table
{
    width: 100%;
    margin: 1.4em 0 0 0;
    /*font-size: 1em;*/
    line-height: 1.2em;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
}

    h3 + table
    {
        margin-top: 0;
    }

    table tr th
    {
        background-color: #fff;
        border-bottom: 2px solid black !important;
        font-weight: bold;
        color: black;
        padding: 0.5em 0.6em;
        vertical-align: top;
        text-align: justify;
    }

    table tbody td
    {
        color: #3D3D3D;
        padding: 0.6em;
        vertical-align: top;
        overflow: hidden;
    }
    
    table th,
    table td
    {
         border: 1px solid #ccc;
    }

    table tbody tr:hover td
    {
        background-color: #f7f5ca;
    }

    table img.icon
    {
        height: 1em;
        padding: 0;
    }
    
.table_preface
{
    margin: 1.2em 0 -1em 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

.table_title
{
    margin-top: 2em;
    font-size: 1.2em;
    color: #555;
    letter-spacing: 0;
}

td .fa
{
    padding-top: 0.12em;
}

table.no-lines,   
table.no-lines th,
table.no-lines td,
table.no-lines tr th,
table.no-lines tbody td
{
    border: none !important;
}

table.no-lines tr th
{
    background-color: transparent;
}

