/* -- FTC (observed) merger investigations data tables ---------------------------------------------------------------- */

table.invdata {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-collapse: collapse;
    font-size: small;
}

table caption span.caption-number {
    font-style: italic;
}

table caption span.caption-text {
    font-weight: normal;
}

table.invdata tr:nth-child(even) {
    background-color: #dfeadf;
}

table.invdata td {
    text-align: right;
    padding: 3px 6px 3px 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

table.invdata td:first-child {
    color: white;
    background-color: #0a6c97;
    text-align: center;
}

table.invdata th {
    color: white;
    background-color: #0a6c97;
    text-align: right;
    font-weight: normal;
    padding: 3px 6px 3px 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

table.invdata th:first-child {
    text-align: center;
}

table.simdata th {
    background-color: #646464;
}


table.simdata td:first-child {
    background-color: #646464;
}