/* global styles */
a {
	display: inline-block; /* fix link focus boxes */
}
a:visited {
	color: #91d6ff;
}

@media only screen and (max-width:768px) {
	body.mobile-ready table {
		width: auto;
		height: auto;
	}
	body.mobile-ready img {
		max-width: 100%;
		height: auto;
	}
	body.mobile-ready table td {
		display: block;
		width: auto;
		height: auto;
		margin: 30px 0;
	}
}