.pkp_site_name {
background: url(https://radioloncol.com/public/journals/2/H_title_top1.png);

}

.pkp_site_name .is_img {
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}

/* .pkp_site_name .is_img img {
max-height: 120px;
} */

.pkp_brand_footer {
padding: 0px 30px 15px 30px;
display: none;
}

.obj_issue_toc .sections:not(:first-child) {
margin-top: 0px;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
margin: 10px -30px;
}

.obj_article_summary > .title a {
	text-transform: uppercase;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    padding-bottom: 0px;
}

.row {
  display: flex;
  margin: 20px 0px;
}

.column {
  flex: 50%;
}

@media only screen and (max-width: 992px) {
.pkp_site_name {
background: none;
}
.obj_issue_toc {
	padding-left: 20px;
}
.pkp_site_name .is_img {
margin-top: .357rem;
margin-bottom: .357rem;
}
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}