body {
    color: #000;
}
.logo-wrapper {
	text-align: left;
}
.logo-wrapper img {
	padding: 15px 0px;
	height: 105px;
 }
 
.header_area{
	border-bottom: 1px solid #e8edf1;
 }
.header_area .navbar {
	background: #f3f5f6;
 }
 
.area-padding {
    padding: 0px 0px 20px 0px !important;
}
.button-right{
	text-transform: none;
	padding: 12px 12px;
	text-align: center;
}
.button-small{
	width:90px !important;
	padding: 2px;
    font-size: 12px;
}
.footer-area {
    padding-top: 0px;
	padding-bottom: 20px;
	border-top: 1px solid #e8edf1;
	background: #d7d9d9;
}
.footer-logo {
    float:right;
}
.issue{
	padding: 30px 0px;
}
.issue h5{
	color: #1987b2;
}
.issue-details{
	color: #1987b2;
	font-size: 18px;
}
.issue-pages{
	color: #1987b2;
	font-size: 13px !important;
	text-align: right;
}
.small-title{
	color: #1987b2 !important;
	font-size: 13px !important;
	text-align: left;
}
.small-text{
	color: #000;
	font-size: 13px !important;
	text-align: left;
}

.issue-subcol{
	border-left: 1px solid #e8edf1
}
.page-top-padding{
	padding-top: 26px;
}
.custom-select {
    padding: 9px;
    font-size: 13px;
    color: #97948f;
	border: 1px solid #f0e9ff;
	height: 48px;
    padding-left: 18px;
}
.custom-list{
	list-style: disc;
    padding-left: 35px;
}
.content-center{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
/* CSS for Pagination */
#page_links
 {
  font-size: 12px;
  border:1px #000000 solid;
  padding: 10px;
  margin: 2px;
  background-color: #fff;
  color: #00b8ff;
  text-decoration: none;
 }
 #page_a_link
 {
  font-size: 12px;
  border:1px #000000 solid;
  color: #fff;
  background-color: #00b8ff;
  padding: 10px;
  margin: 2px;
  text-decoration: none;
 }
 /* End: CSS for Pagination */
