.ac_results{
	height: 200px;
	overflow: scroll;
}
.read_next_box{
	display: inline-block;
	border:1px solid #000;
	position:fixed;
	right:-600px;
	bottom:0px;
	background:#FFF;
	color:#000;
	z-index:1000;
}
.read_next_box span{
	display: inline-block;
	color:#fe0000;
	font-weight:bold;
	margin-top:3px;
}
.read_next_box p {
	margin:10px;
}
.read_next_box .read_next_left {
	float:left;
	width:27%;
}
.read_next_box .read_next_left a {
	padding:0px;
}
.read_next_box .read_next_left img{
	width:100px;
	height:65px;
}
.read_next_box .read_next_right {   
	float:right;
	width:70%;
}
.no_underline{
	text-decoration: none;
}
.read_next_open {
	animation: moveOut 0.5s linear;
	-webkit-animation: moveOut 0.5s linear;
	right:0px;
}
.read_next_close {
	animation: moveIn 0.5s linear;
	-webkit-animation: moveIn 0.5s linear;
	right:-600px;
}

@-webkit-keyframes moveOut
{
	from {right:-600px;}
	to {right:0px;}
}

@-webkit-keyframes moveIn
{
	from {right:0px;}
	to {right:-600px;}
}

@media only screen and (min-width: 0px) and (max-width: 800px)
 {
	.read_next_box{
		position:fixed;
		right:0px;
		bottom:-200px;
		width:100%;
	}
	.read_next_open {
		animation: moveOut 0.5s linear;
		-webkit-animation: moveOut 0.5s linear;
		bottom:0px;
	}
	.read_next_close {
		animation: moveIn 0.5s linear;
		-webkit-animation: moveIn 0.5s linear;
		bottom:-400px;
	}
	.read_next_box .read_next_right {
		font-size:12px;
		width:68%;
	}
	.read_next_box .read_next_left img{
		width:100%;
		height:65px;
	}
	@-webkit-keyframes moveOut
	{
		from {bottom:-400px;}
		to {bottom:0px;}
	}
	@-webkit-keyframes moveIn
	{
		from {bottom:0px;}
		to {bottom:-400px;}
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.read_next_box{
		position:fixed;
		right:0px;
		bottom:-200px;
		width:100%;
	}
	.read_next_open {
		position:fixed;
		bottom:0px !important;
		width:100%;
	}
	.read_next_close {
		position:fixed;
		bottom:-400px !important;
		width:100%;
	}
	.read_next_box .read_next_right {
		font-size:12px;
		width:68%;
	}
	.read_next_box .read_next_left img{
		width:100%;
		height:65px;
	}
	@-webkit-keyframes moveOut
	{
		from {bottom:-400px;}
		to {bottom:0px;}
	}
	@-webkit-keyframes moveIn
	{
		from {bottom:0px;}
		to {bottom:-400px;}
	}
}

