@media only screen and (max-width: 320px){
.footer p,.footer ul li {font-size:11px;}
.edspan, .dtspan {
    width: 95%;
}
}
@media only screen and (max-width: 430px){
.ad-img{
display:none;
}
.mobile-tab{
	display:inline-block;
}
.footer ul{
	padding-left:0px;
}
.papercol {
    margin: 10px 0px;
    /*border: 1px solid #333;*/
    width: 50%;
    display: inline-block;
    float: left;
}
.edspan,.dtspan{
	width:96%;
}
.editionhead{
display:none;
}
.navbar{
min-height: 29px;
}
.opnbtn{
top:-3px !important;
}
.dtspan{
display:none;
}
.editionpaper .row{
margin-left:0px !important;
}
.mp-container{
padding-right:0px;
}
.mp-row{
margin-right:0px !important;
}
.mp-col{
margin-bottom:5px;
margin-top:5px;
}
}
@media only screen and (max-width: 768px){
.edspan{
	    margin-left: 3px;
}
.edspan h5 {
    margin: 5px 0px;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
.dtspan h5{
	margin:5px 0px;
	font-size:14px;
}
	.responsive-nav{
	display:block
}
.navbar-nav{
	display:none;
}
.opnbtn {
    position: absolute;
    top: 3px !important;
    color: #000;
    cursor: pointer;
    font-size: 28px;
	left: 3px !important;
}
.mbdropdown-menu{
	margin-top:-8px;
}
.dropheight-inner{
	height:180px;
	overflow:auto;
}
.dropheight-inner li{
	padding-left:10px;
}
}