.touch-menu-item {
	width: 49%;
}

.touch-menu {
	width: 76%;
	left: 10%;
	top: 10px;
	padding-bottom: 6px;
	padding-left: 12px;;
}



.div-row {
	position: relative; width: 100%; height: 90px;
}

.div-row .touch-menu-item-small {
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
}


@media screen and (orientation:portrait) {
	.touch-menu-item {
		width: 98%;
		font-size: 470%;
	}
}