.touch-menu-item {
    width: 98.3%;
}

.demo-item {
	background-color:#99FF66 !important;
}

.access-item {
	background-color:#178FE5 !important;
}

.half-item {
	width: 48% !important;
}

.touch-menu {
	width: 44%;
	left: 28%;
	padding-bottom: 6px;
}

@media screen and (orientation:portrait) {
	.touch-menu {
		width: 86%;
		left: 7%;
		top: 25px;
	}
	.touch-menu-item, .touch-menu-exit {
	    font-size: 380%;
	    height: 110px;
	}	
}


.admin, .pdf, .account, .dashboard, .email {
	background-repeat: no-repeat;	
	background-position: 6px 6px;		
}

.admin {
	background-image: url(../images/admin-42.png);
}
.pdf {
	background-image: url(../images/pdf-42.png);
}
.account {
	background-image: url(../images/account-42.png);
}
.dashboard {
	background-image: url(../images/dashboard-42.png);
}
.email {
	background-image: url(../images/email-42.png);
}