div.speech_container{
	width: 800px;
	text-align: center;
	margin: auto;
	margin-bottom: 32px;
}
div.speech_bubble{
	width: 420px;
	border: 2px solid black;
	padding: 16px;
	border-radius: 20px;
    position: relative;
	text-align: center;
	display: inline-block;
}
div.speech_bubble:after{
	content: "";
	background-image: url("speech_end.png");
	width: 37px;
	height: 21px;
    position: absolute;
    right: -37px;
    bottom: 21px;
}
div.lag{
	background-image: url("lag.jpg");
	width: 160px;
	height: 164px;
	background-size: contain;
	margin-left: 32px;
	margin-bottom: -24px;
	display: inline-block;
}
body{
	font-family: Arial;
	text-align: center;
}
div.go_back{
	background-image: url("../assets/pics/goback_norm.png");
	width: 252px;
	height: 66.3px;
	background-size: contain;
	margin: auto;
	cursor: pointer;
}
div.go_back:hover{
	background-image: url("../assets/pics/goback_over.png");
}
div.speech_container_bubble{
	display: inline-block;
}
div.arrow{
	background-image: url("arrow.png");
	width: 23px;
	height: 25px;
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: -3px;
}
div.arrow.flip{
	transform: scaleY(-1);
}
div.expand{
	font-size: 24px;
	margin: auto;
	margin-bottom: 24px;
	cursor: pointer;
	user-select: none;
	width: 320px;
}
@media (max-width: 767px){
	#news_logo{
		width: 100%;
	}
	div.speech_container{
		width: 100%;
	}
	div.speech_bubble{
		width: 80%;
	}
	div.speech_bubble:after{
		display: none;
	}
	div.lag{
		display: none;
	}
}