.dl-horizontal dt {
    font-weight: bold !important;
}

@media only screen and (min-width: 996px) {
    /* Table */
    #report-table {
        border-collapse: collapse !important;
        font-size: 0.8em;
    }

    th:nth-child(1),
    td:nth-child(2),
    td:nth-child(5),
    td:nth-child(7) {
        width: 3% !important;
        padding: 5px !important;
    }

    td:nth-child(3),
    td:nth-child(4),
    td:nth-child(8) {
        width: 3%;
        padding: 5px 5px 5px 10px !important;
    }

    td:nth-child(9),
    td:nth-child(10),
    td:nth-child(11) {
        width: 20% !important;
        padding: 5px !important;
    }

    #report-table td:nth-child(6) {
        width: 7% !important;
        padding: 5px !important;
    }

    #report-table thead th {
        padding: 9px 10px !important;
    }
    #report-table thead th:nth-child(1),
    #report-table thead th:nth-child(3),
    #report-table thead th:nth-child(4),
    #report-table thead th:nth-child(5) {
        padding-right: 20px !important;
    }
    .entry-content tr th {
        border-top: 1px solid #eee;
    }
}
