.report .report-table{margin-bottom:0;}
.reports-item-wrapper {}

.reports-item-wrapper .table {
    overflow: hidden; 
}

.reports-item-wrapper .table table.report-table.table-responsive {
    /*display: block; */
}

.reports-item-wrapper .table table.report-table.table-responsive table.table-custom-wrapperDiv {
    display: block;
    overflow-x: scroll;
}
.reports-item-wrapper .table table.report-table.table-responsive table.report-table.table-responsive{

    overflow-x: auto;
}
.report .report-table thead tr th{

background: #f2f2f2;
    border: none;
    color: #1d1d1b;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 12px 0 10px 30px!important;
    text-align: left!important;
    height:auto;
    }
.reports-item-wrapper table:not(:first-child){
    padding: 0!important;
    border-top: 1px solid #d8d8d8;
}
.reports-item-wrapper tbody tr{
border-top: 1px solid #f2f2f2;
}
.reports-item-wrapper tbody tr td a{display:inline-block;}
.report .report-table tbody tr td{padding:29px 30px 25px;text-align:left;font-weight:300;font-size: 1.6rem;line-height: 1.65;}
.report .report-table thead tr th.th-date{width:20.6%;}
.report .report-table thead tr th.th-title{width:38%;}
.report .report-table tbody tr td .doc::before{content: url('~/media/Images/W/WH-Smith/wh-icons/docs');}
.report .report-table tbody tr td .link::before{content: url('~/media/Images/W/WH-Smith/wh-icons/code');}
.report .report-table tbody tr td .audio::before{content: url('/~/media/Images/W/WH-Smith/wh-icons/speakers');display:block;width:19px;height:19px;}
.report .report-table tbody tr td .play::before{content: url('~/media/Images/W/WH-Smith/wh-icons/play-button');}

.reports-item-wrapper table tr td .audio:hover:before{content: url('/~/media/Images/W/WH-Smith/wh-icons/speakers-blue');} 
.reports-item-wrapper table tr td .doc:hover:before{content: url('/~/media/Images/W/WH-Smith/wh-icons/docs-blue');} 
.reports-item-wrapper table tr td .play:hover:before{content: url('/~/media/Images/W/WH-Smith/wh-icons/play-button-blue');}
.reports-item-wrapper table tr td .link:hover:before{content: url('/~/media/Images/W/WH-Smith/wh-icons/code-blue');}

.reports-item-wrapper tbody:last-child {
/*border-bottom: 1px solid #f2f2f2; */
}
@media only screen and (max-width:767px){
.reports-item-wrapper .table table.report-table.table-responsive {
    display: block; 
}
}
.reports-item-wrapper .table table.report-table.table-responsive table.report-table.table-responsive::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

.reports-item-wrapper .table table.report-table.table-responsive table.report-table.table-responsive::-webkit-scrollbar {
    height: 7px;
    border-radius: 12px
}

li#rnptab-2020, li#rnptab-2019 {
    display: none;
}