.m2s-results {
	margin: 1em 0;
	max-width: 100%;
}

.m2s-title {
	margin: 0 0 0.6em;
	font-size: 1.05em;
}

.m2s-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}

.m2s-table th,
.m2s-table td {
	padding: 0.4em 0.5em;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}

.m2s-table th {
	background: #f4f4f4;
	font-weight: 600;
	font-size: 0.85em;
}

.m2s-table td:first-child,
.m2s-table th:first-child {
	text-align: center;
	width: 2.2em;
}

.m2s-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.m2s-table tr.m2s-gold td {
	background: #fbe7a1;
	font-weight: 700;
}

.m2s-table tr.m2s-silver td {
	background: #e3e6e9;
	font-weight: 700;
}

.m2s-table tr.m2s-bronze td {
	background: #edcdb0;
	font-weight: 700;
}

.m2s-error {
	color: #a00;
}

.m2s-empty {
	color: #666;
	font-style: italic;
}
