body {
	background: #f5f5f5;
	color: #333;
	font-family: 'Roboto', sans-serif;
	padding:0 0 20px;
}
#tablas {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h3, h4 {
	color: #2c3e50;
	font-weight: 700;
}
p, .utc-time {
	color: #555;
	font-size: 0.95rem;
}
table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	color: #333;
}
th, td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: center;
}
th {
	background-color: #e9ecef;
	color: #2c3e50;
}
tr:nth-child(even) {
	background-color: #f8f9fa;
}
tr:nth-child(odd) {
	background-color: #ffffff;
}
tr:hover {
	background-color: #e9ecef;
	transition: background-color 0.2s ease-in-out;
}
.warning-icon {
	color: #e67e22;
	margin-right: 8px;
}
.checkmark {
	font-size: 1.2rem;
	font-weight: bold;
}
.checkmark.green { color: #28a745; }
.checkmark.red { color: #dc3545; }
