.download_content {
    /* margin-top: 25px; */
    padding: 20px;
    border: 1px #dedddd solid;
}

.table_back tr th {
    background-color: #a1c2f7 !important;
    border-right: 1px solid #e6e6e6;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 15px;
    padding: .45rem;
    white-space: nowrap;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: .5px;
    color: #000 !important;
}

td {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    color: #333743;
}

td a,
td a:hover {
    color: #333743;
    text-decoration: underline;
}

.td_title {
    /*text-decoration: none;*/
    color: #a31200;
}

.td_title:hover {
    color: #a31200;
    text-decoration: underline;
}

.table td,
.table th {
    white-space: nowrap;
}

tr:nth-child(2n +0) {
    background-color: #ccdbf0;
}
tr:nth-child(2n +0)>td {
    border-right: 1px solid #e6e6e6;
}
tr:nth-child(odd)>td{
    border-right: 1px solid #e6e6e6;
}