.subtitle-content{
	
	color:white;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:140px;
	position:fixed;
	bottom:0;
	left:0;
	
}

#subtitle-text{
	
	padding:20px;
	height:100%;
	text-align:-moz-center;
	
}

#click-to-continue{
	
	display:none;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	text-align:-moz-center;
	font-style:italic;
	position:absolute;
	bottom:0;
	
}

.subtitle-chathead{
	position:absolute;
	right:10px;
	height:100%;
	width:200px;
	top:0px;
	text-align:right;
	vertical-align:table-middle;
}

.subtitle-option{
	
	display:inline-block;
	padding:10px;
	
}

.subtitle-header{
	
	font-style:italic;
	
}