html, body {font-family: "Trebuchet MS";font-size: 8px;margin:0;color:white;background-color: #333;min-width: 512px;}

.tagger{
	background: #4E9657;
	border:1px solid #FFF;
	box-shadow:0px 3px 8px 0.1px #396;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 10px;
	padding: 3px;
	right:3px;
	position: fixed;
	text-align: right;
	top:3px;
	text-shadow: 0px 0px 6px #000;
	min-width: 20%;
    width: max-content;
}

.titoloIntranet{font-family: Trebuchet MS, Times New Roman;font-size: 14px;text-shadow: 0px 0px 6px #000;color: #FFF;padding: 3px;position: fixed;}
.titoloIntranet{top: 8;left: 22px;z-index: 10;background: #4E9657;box-shadow:0px 0px 8px #000;border-radius:3px;}
.subTitle{font-size: 12px;font-style: italic;text-shadow: 1px 1px #4E9657;text-align:center}
.logoCloudZz{margin:0;position: fixed;left: 6px;top: 6px;}

div.appLauncher{margin: 96px 128px;display:flex;flex-wrap: wrap;}
div.appLauncherCell{
	background: rgba(32,32,32,0.3);
	border-radius: 8px;
	box-shadow: 3px 3px 8px #222;
    width: 140px;min-width: 140px;
    height: 140px;min-height: 140px;
	margin: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.appLauncherCell img{scale: 60%;transition:1s;max-width:94%;}
.appLauncherCell img:hover{scale: 95%;transition:0.5s;}
.appLauncherCell a{text-align:center;text-decoration:none;color:white;font-size:11px;}

.lanciaApp img{width: 90px;transition:1s;}
.lanciaApp img:hover{width: 135px;transition:0.5s;}
.lanciaApp td, .lanciaApp tr{height:160px;width:33%;text-align: center}
.lanciaApp table{margin:auto;width:1000px;margin-top: 48px;}

.lanciaApp2 img{width: 60px;transition:1s;max-height: 68px;}
.lanciaApp2 img:hover{width: 90px;transition:0.5s;}
.lanciaApp2 td, .lanciaApp2 tr{height:74px;width:16%;text-align: center}
.lanciaApp2 table{margin:auto;width:1000px;margin-top: 24px;}

.lanciaAppTitles td, tr.lanciaAppTitles{font-size:9px;text-shadow: 1px 1px #4E9657;height: 50px !important;max-height: 50px !important;width:16%;text-align: center}
