@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    	width: 748px;
	}
	.span4 {
    	width: 230px;
	}
	.span8 {
    	width: 490px;
	}
	.span12 {
    	width: 740px
	}
	.span6.offset3 {
    	margin-left: 160px;
	}
	.hero-unit {
    	padding: 20px 40px;
	}
	.hero-unit h1 {
    	font-size: 40px;
	}
	.nav-collapse {
    	display: none;
	}
	#appformsList tr th:last-child, #appformsList tr td:last-child {
    	display: none;
	}
}