.files {
    width: 95%;
    margin: 1rem auto;
}
.file-item {
    align-items: center;
}
.file-item td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.file-item:hover {
    background-color: #f0f0f0;
}
.file-icon {
    width: 2rem;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-name a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}
.filesize {
    width: 1px;
    white-space: nowrap;
    text-align: right;
}
.filetime {
    white-space: nowrap;
    text-align: right;
    width: 1px;
}
.fileheader {
    font-weight: bold;
    padding: 0.3rem;
    font-size: 1.1rem;
    color: #0b67f1;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
h2 {
    background-color: #0b67f1;
    color: white;
    padding: 0.3rem;
}
.path-links {
    margin-bottom: 10px;
    padding: 5px;
    font-family: monospace;
    color: white;
}
.path-links a {
    text-decoration: none;
    color: white;
}
.path-links a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .path-links {
        font-size: 0.9rem;
        padding: 3px;
    }
    h2 {
        font-size: 1.2rem;
    }
    .fileheader {
        font-size: 1rem;
    }
    .created_at {
        display: none;
    }
    .time {
        display: none;
    }
}
@viewport {
    width: device-width;
    zoom: 1.0;
}
@-ms-viewport {
    width: device-width;
}