table.data_table
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;

}
table.data_table tr th {
    font-weight: bold;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;
    border: none;
}

table.data_table tr td {
    background-color: #f0f0f0;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: normal;
    border: none;
}

table.data_table tr:nth-child(odd) td {
        background-color: #f8f8f8;
}

table.data_table tr:nth-child(even) td {
        background-color: #f0f0f0;
}

table.data_table tr:first-child td {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
}


table.data_table tr:first-child th {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}


table.data_table tr:last-child th {
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}


table.data_table th:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table th:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table tr:last-child td {
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}


table.data_table td:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table td:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table tr:hover td {
    background-color: #b0b0b0;
}


/*# sourceMappingURL=data_table.css-010fd8ebe2792a51569b0292614d60eebc793d4f61259578585123aaf1475318.map */
