table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

strong > a,
a > strong {
	color: #aa381e;
}
