.map div div{
	box-shadow: 0 0 10px 2px green inset;
	color: rgba(255,0,0,0.1);
	text-shadow: 0 0 0.05em rgba(255,255,255,0.5);
	font-size: 2.2em;
	line-height: 175%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map div div:hover{
	color: inherit;
	text-shadow: 0 0 0.05em rgba(255,255,255,1);
	font-weight: 500;
	background: rgba(255,255,255,0.25);
}
.map div div.rented{
	box-shadow: 0 0 10px 2px rgba(255,0,0,0.75) inset;
	cursor: not-allowed;
}
#app_1{
	top:    30px;
	left:  120px;
	width: 410px;
	height: 80px;
}
#app_4{
	top:    30px;
	left:  535px;
	width: 425px;
	height: 80px;
}

#app_2{
	top:   130px;
	left:   70px;
	width: 435px;
	height:135px;
}

#app_5{
	top:   130px;
	left:  510px;
	width: 445px;
	height:135px;
}

#app_3{
	top:   280px;
	left:  180px;
	width: 315px;
	height:110px;
}
#app_6{
	top:   280px;
	left:  570px;
	width: 385px;
	height:110px;
}
