#dialogue { 
	display:none;
}

#dialogue {
	position:absolute;
	
	bottom:10%;
	left:10%;
	right:10%;
	border:solid 2px #ddd;
	border-radius: 10px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	/*font-family: 'Amatic SC', cursive;
	font-family: 'Waiting for the Sunrise', cursive;*/
	font-family: 'Pompiere', cursive;
}

#dialogue a {
	color: #55f;
}

#dialogue-image {
    
    position:absolute;
	bottom:0;
    left: 0;
    

}

#dialogue-image img {
	max-height: 200px;
}

#dialogue-content {
	font-size:1.8em;
	margin:1em;
	width:72%%;
	/* float:right; */
	padding-left: 150px;
}

.hear #dialogue-content {
	color:#0ff;
	
}

.say #dialogue-content {
	color:#ff0;
	
}

#panoInfo {  display:none;  }

#dialogue-space {
    position: absolute;
    right: 1em;
    bottom: 0.25em;
    font-size: 1.2em;
    opacity:0;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    transition: all 5s;
}
#dialogue-space.show {
	
    opacity: 1;	
}
