body #tt-controls { margin-bottom: 15px; }
#tt-controls button {
    margin-right: 10px;
    padding: 10px 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #FF6600;
    color: #fff;
    font-weight: bold;
    transition: background 0.3s;
}
#tt-controls button:hover {
    background: #e65c00;
}
#tt-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: #FF6600;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
#tt-table th {
    background: #e65c00;
    padding: 10px;
}
#tt-table td {
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#tt-search {
    margin-bottom: 10px;
    padding: 8px;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

