/* @override 
	http://cascom.dev/css/iphone.css
*/

* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

body #content {
	float: left;
	width: 100%;
	margin: 0;
}

body nav {
	display: none;
}

body #cascom h1 {
	display: none;
}

body #cascom {
	margin: 0;
	width: auto;
	height: auto;
	float: left;
}

body #cascom ul {
	width: 100%;
	margin: 0;
}

body #cascom ul li {
	background-color: #fff;
	width: 160px;
	height: 160px;
	float: left;
}

body #cascom ul li.blank {
	display: none;
}

body #cascom ul li a, body #cascom ul li img {
	width: 128px;
	height: 128px;
	padding: 16px;
	float: left;
}

body #cascom ul li p {
	display: none;
}