img.help{max-width:600px}

.tab-content {
    margin-top: 5px;
}

.tab-pane {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-pane h2{margin-top:0}

.speedup-cached-table th:nth-child(1),
.speedup-cached-table td:nth-child(1) {
    width: 20%; /* Created column */
}
.speedup-cached-table th:nth-child(2),
.speedup-cached-table td:nth-child(2) {
    width: 70%; /* URL column */
}
.speedup-cached-table th:nth-child(3),
.speedup-cached-table td:nth-child(3) {
    width: 10%; /* Seconds column */
}

/* Highlight table row on hover */
.speedup-cached-table tbody tr:hover {
    background-color: #f0f0f0; /* Light gray background on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}