#wrap #contentArea #container #content .content .disc-class-outer .disc-class-inner .item-report-outer .item-report-inner {
    overflow: hidden;
    border-bottom: 4px solid #6162d4;
    margin-top: 17px;
}

.item-report-inner table {
    table-layout: fixed;
    position: relative;
    left: -1px;
}

.item-report-inner table th {
    background-color: #6162d4;
    border-left: 1px solid #6162d4;
    text-align: center;
    border-left: 1px solid #fff;
    height: 42px;
    vertical-align: middle;
color: #fff;
}

.item-report-inner table tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

.item-report-inner table td {
    text-align: center;
    height: 42px;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
}

.item-report-inner table td a {
    border-width: 1px;
    border-color: #737373;
    border-style: solid;
    border-radius: 10px;
    background-color: white;
    height: 30px;
    width: 62px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #737373;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 100;
}