/*====================================================*/
.download_list{
    width:100%;
    font-size: 15px;
    line-height: 23px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
}
.download_list tr th {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    white-space: nowrap;
}
.download_list tr th:first-child{
    text-align: left;
}
.download_list tr td {
    padding: 16px 20px;
    border-top: solid 1px #dcdcdc;
    text-align: center;
}
.download_list tr td:first-child{
    border-left: solid 1px #dcdcdc;
    text-align: left;
    font-weight: 700;
}
.download_list tr td:last-child{
    border-right: solid 1px #dcdcdc;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
}

@media all and (max-width: 768px){

    .download_list thead {
        display: none;
    }
    .download_list tr {
        display: block;
        padding: 15px 20px;
        border: solid 1px #dfdfdf;
        border-bottom: none;
    }
    .download_list tr td{
        display: block;
        padding:0;
        border:none !important;
        line-height: inherit;
        text-align: left;
    }
    .download_list tr td i{
        color: #a4762c;
    }
}

@media all and (max-width: 360px){
}