iframe#gstatistics {
    display: block;       /* iframes are inline by default */
	border: 0;	
	width:100%;	
}


@media screen and (max-width: 320px) {
  iframe#gstatistics {
	height:395px;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  iframe#gstatistics {
	height:468px;
  }
}

@media screen and (min-width: 376px) and (max-width: 430px) {
  iframe#gstatistics {
	height:535px;
  }
}

@media screen and (min-width: 431px) and (max-width: 770px) {
  iframe#gstatistics {
	height:941px;
  }
}

@media screen and (min-width: 771px) and (max-width: 1030px) {
  iframe#gstatistics {
	height:810px;
  }
}

@media screen and (min-width: 1031px) {
  iframe#gstatistics {
	height:1088px;
  }
}

.pkp_brand_footer {
	display: none;
}

.obj_issue_toc .cover img {
	float: left; 
	padding: 20px; 
	max-height: 488px;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
	padding: 0px 30px 0px 30px;
}

.obj_issue_toc .galleys:before, .obj_issue_toc .section:before
{
	top: 17px;
}
div.issue_link a, ul.galleys_links a {
    background: #007ab2;
    color: #fff;
}
div.issue_link a:hover, ul.galleys_links a:hover {
	background: #fff;
	color: #007ab2;	
}
