@charset "utf-8";
/* CSS Document */
@media screen and (max-width:540px){
	.most-view ul{
		width: 100%;
	}
	ul .posts{
		float: none;
		width: 100%;
		padding: 0;
		margin:0 auto 15px;;
	}
	.leftside ul li ul{
		width: auto
	}
}
@media screen and (max-width:990px){
	.col-md-4{width: 100%}
}
