.afly-news,
.afly-news-2 {
  margin-bottom: 25px;
}
.afly-news img,
.afly-news-2 img{
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
}

ul.pager{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;	
}
ul.pager li{
	width: 100%;
	border-radius: 8px;
	display: inline-block;
	padding: 0 8px;
	background: #e2e2e2;
	margin: 0;
	margin-top: 20px;

}
ul.pager .previous{
	 background: #e2e2e2;
}

ul.pager .next{
	background: #e2e2e2;
	text-align: right;
}
@media (min-width: 767px){
	ul.pager{
		justify-content:space-between;
	}
	ul.pager li{
	width: auto;
}


.manuscript-con{
}

.manuscript-con table{
	border:1px solid #ababab;
	border-collapse:collapse;
}

.manuscript-con table th,
.manuscript-con table td{
	border:1px solid #ababab !important;
	padding: 5px;
}
.backend-show a:hover{
	text-decoration: underline;
}
h3{
	padding: 8px;
}

