﻿.table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* scroll suave en iOS */
}
.version-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.version-table th {
	/*background: #f5f5f5;*/
    text-align: left;
	padding: 12px;
	font-weight: 600;
	background: #404248;
	color: #fff;
}
.version-table td {
	padding: 12px;
	border-bottom: 1px solid #eee;
}
.version-table a {
	color: #0077cc;
	font-weight: 600;
}
/* --- Vista móvil tipo tarjetas --- */
@media (max-width: 768px) {
.version-table thead {
	display: none;
}
.version-table tr {
	display: block;
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid #464a52;
	border-radius: 25px;
	padding: 12px;
	box-shadow: 0 2px 4px #464a52;
}
.version-table td {
	display: block;
	border: none;
	padding: 8px 0;
}
.version-table td::before {
	content: attr(data-label);
	font-weight: 600;
	color: #444;
	display: block;
	margin-bottom: 4px;
}
}
table.default {
	width: 100%;
	border-collapse: collapse;
	min-width: 700px; /* evita que se comprima demasiado */
}
table.default th, table.default td {
	padding: 10px;
	vertical-align: top;
}
table.default tr {
	border-top: solid 1px #eee;
}
table.default tr:first-child {
	border-top: 0;
}
table.default td {
	padding: 0.5em 1em 0.5em 1em;
}
table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 1em 0;
	font-size: 0.8em;
}
table.default thead {
	background: #404248;
	color: #fff;
}
