/* CSS Document */

.tsg-rwd-accordion-copy .ppt-archive-times {
        width: 55%;
        table-layout: fixed;
        margin-top: 20px;
        text-align: center;
        margin-left: 130px;
}

.tsg-rwd-accordion-copy .ppt-archive-times tr:nth-child(2n) {
    background-color: white;
}

.tsg-rwd-accordion-copy .ppt-archive-times tbody tr.odd {
    background-color: none;
}

.tsg-rwd-accordion-copy .ppt-archive-times tr:first-child {
    color: #fff;
    background: #003875;
}

.tsg-rwd-accordion-copy .ppt-archive-times tbody tr.odd td {
    background-color: #e2f2ff;
}
    
@media screen and (max-width: 1440px) and (min-width: 768px){
    .tsg-rwd-accordion-copy .ppt-archive-times {
        width: 55% !important;
        table-layout: fixed;
        margin-top: 20px !important;
        text-align: center;
        margin-left: 130px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 80px) {
 
    .tsg-rwd-accordion-copy .ppt-archive-times {
        width: auto;
        table-layout: fixed;
        text-align: center;
    }
}