html {
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	box-sizing: border-box;
	max-width: 100%;
}

td,
th {
	box-sizing: border-box;
}

@media screen and (max-width: 700px) {
	table[align="center"],
	table[width="100%"] {
		width: calc(100% - 16px) !important;
	}

	table,
	tbody,
	tr,
	td,
	th {
		display: block;
		width: 100% !important;
	}

	td {
		padding-bottom: 12px;
		text-align: center;
	}
}
