#dwu-tabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}

#dwu-tabs > ul > li {
    display: inline-block;
    text-align: center;
    width: 33.3333333333%;
    margin: 0;
}

#dwu-tabs > ul > li > a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    color: #000000;
    background-color: #ebebeb;
    padding: 30px;
}

#dwu-tabs > ul > .ui-tabs-active > a {
    background-color: #fff;
}

#dwu-tabs > ul > li:hover > a,
#dwu-tabs > ul > li > a:hover {
    text-decoration: none !important;
    border: 0 !important;
}

#dwu-tabs > div {
    padding: 40px 0;
}

#dwu-tabs > div > .table-responsive > .t {
    display: table;
    width: 100%;
}

#dwu-tabs > div > .table-responsive > .t > .tr {
    display: table-row;    
}

#dwu-tabs > div > .table-responsive > .t > .tr > .tc {
    display: table-cell;    
    width: 33.3333333333%;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 30px 15px 10px 15px;    
}

#dwu-tabs > div > .table-responsive > .t > .tr:first-of-type > .tc {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    color: #000000;    
    text-transform: uppercase;        
    border-bottom: 10px solid #ebebeb;
    vertical-align: bottom;
    padding: 10px 15px;
}

#dwu-tabs > div > .table-responsive > .t > .tr:nth-of-type(n+2) > .tc:first-of-type {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    color: #000000;    
    text-transform: uppercase;        
}

#dwu-tabs > div > .table-responsive > .t > .tr > .tc:last-of-type {
    border-right: 0;
}

#dwu-tabs > div > .table-responsive > .t > .tr:last-of-type > .tc {
    border-bottom: 0;
}

#dwu-tabs > div > .table-responsive > .t > .tr > .tc > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    color: #000000;          
}

#dwu-tabs > div > .table-responsive > .t > .tr > .tc > ul > li > a {
    background: url("../images/pdf.png") no-repeat 0 0;
    display: block;
    padding-left: 30px;
    color: #000;
}

#dwu-tabs > div > .table-responsive > .t > .tr > .tc > ul > li > a:hover {
    border: 0;
    text-decoration: underline;
}

#dwu-tabs .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;  
}

.color_footer-bottom {
  background-color: #fff !important;
}

@media (max-width: 599px) {
    
    #dwu-tabs > div > .table-responsive > .t > .tr:first-of-type > .tc {
        line-height: 20px;
    }
    
    #dwu-tabs > ul > li > a {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;        
    }
    
    #dwu-tabs .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;        
    }
    
}