table.pdfList2 {
    width: 100%;
    background: #f6f6f6;
}
table td {
    position: relative;
}
tr.header {
    background: #cccccc;
}
table.pdfList2 td {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border-right: 2px solid white;
}

td.no_center {
    text-align: left !important;
    padding-left: 32px !important;
}
tr.content.bg_noactive {
    background:#f6f6f6;
}
tr.content.bg_active {
    background: #e8e7e7;
    border-bottom: 1px solid white;
}
table.pdfList2 .download i {
    color: #057345;
}
table.pdfList2 .download i:hover {
    color: #035030;
}
table.pdfList2 .view_file i {
    color: #b29827;
}
table.pdfList2 .view_file i:hover {
    color: #d9c158;
}
table.pdfList2 td a {
    color: #383838;
    text-decoration: none;
}
table.pdfList2 td a:hover {
    color: #057345;
}

table.pdfList2 tr:last-child {
    border-bottom: 0px;
}
table.pdfList2 tr td:last-child {
    border: none;
}