embed:focus { 
    outline: 0;
}
.mist{
  color:red;
  font-size: 22px;
}

.mist_2{
  color:orange;
  font-size: 22px;
}

#div_result
{
    font-size:18px;
}

.result_window
{
	width:500px;
	height:auto;
	background: rgba(256, 256, 256, .84);
	position:absolute;
	top:100px;
	left:240px;
	padding:10px;
	/*text-align:center;*/
	box-shadow: 0 0 3px 5px rgba(0, 0, 0, .3);
	display:none;	
}

.texts_window
{
	width:500px;
	height:280px;
	overflow-y: scroll;
	background: rgba(256, 256, 256, .84);
	position:absolute;
	top:30px;
	left:240px;
	padding:10px;
	/*text-align:center;*/
	box-shadow: 0 0 3px 5px rgba(0, 0, 0, .3);
	display:none;	
}