table.timeout_table { width: 100%;
}
table.timeout_table td,
table.timeout_table th {
border: 1px solid #ddd;
padding: 15px;
}
table.timeout_table tr:nth-child(even) {
background-color: #f2f2f2;
}
table.timeout_table tr:hover {
background-color: #ddd;
}
table.timeout_table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: rgb(28, 127, 240);
color: white;
}