
.guest_warn {
	background: rgba(0,0,0,0.85);
	color: #fff;
	max-width: 300px;
	padding: 28px 23px 28px 23px;
	position: fixed;
	top: 40%;
	right: 50px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 99999;
	
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 13px;
}

.guest_warn i.fa.fa-close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
}

