/* CSS Document */
@media only screen and (max-width: 675px),
	only screen and (device-aspect-ratio: 2/3),
	only screen and (device-aspect-ratio: 40/71) {
	body {
		margin: 0;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		-webkit-text-size-adjust: 150%;
	}
	body {
		-webkit-text-size-adjust: none;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		width: auto !important;
		padding: 5px;
	}
	div {
		clear: both !important;
		width: auto !important;
	}
	table {
		width: 100%;
	}
	ul {
		padding-left: 15px;
	}
	ul.col-2 {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}
	.main {
		margin: 0;
		padding: 1em;
	}
	.resBody {
		padding-left: 0;
	}
	.tech-skills div + div {
		margin-left: 1em;
	}
}
