
.c9-table-wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
}

.c9-pdf-table .c9-pdf-name{
    width: 70%;
}

.c9-pdf-table{
    position: relative;
    width: 100%;
    overflow: hidden;

  
            border-spacing: 0;
            background: white;
          

}

.c9-pdf-table tr td, .c9-pdf-table tr th {
    
    text-align: start;
    padding: 1.15em !important;
}

.c9-pdf-table th {
    /* background-color: #f7f6f6; */
    font-size: 18px;
}

.c9-pdf-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.c9-pdf-icon {
    width: 80px;
}
.c9-pdf-size {
    width: 120px;
}

.c9-pdf-name a {
    text-decoration: none;
}

.c9-pdf-name a:hover {

    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    /* .c9-table-wrapper {
        overflow-x: auto;
    }  */
   
    /* .c9-pdf-table {
        min-width: 500px;
    }  */

    .c9-pdf-table tr td, .c9-pdf-table tr th {
    padding: 0.65em !important;
    }
}