.tiem-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.tiem-table th, .tiem-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.tiem-table th {
    background-color: #f4f4f4;
}
.tiem-container {
    max-width: 100%;
    overflow-x: auto;
}
