.cmp_article_list, 
.galleys_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cmp_article_list > li {
    margin-bottom: 30px;
}
.cmp_article_list > li::after {
  content: "";
  clear: both;
  display: table;
}
.obj_article_summary > .title {
    font-size: 1.2em;
    line-height: 20px;
    font-weight: bold;
}
.obj_issue_toc .galleys_links {
    margin-top: 10px;
}
.obj_issue_toc .obj_galley_link {
	font-size:1em;
}
.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 1em;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #347834;
	color: #347834;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
}
.obj_galley_link::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;

}
.obj_galley_link.pdf::before {
    content: "\f1c1";
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #347834;
    color: #fff;
}
.obj_issue_toc div.section {
	clear:both;
}
.obj_issue_toc .cover {
  max-width:100px;  
  float:right;
  margin-left:20px;
}
.obj_issue_toc .cover img {
    width: 100%;
}
.galleys_links li {
  margin-bottom:5px;
}
@media (max-width:480px) {
  .obj_issue_toc .galleys_links li { 
  	display:block;
    margin-bottom:10px;
  }
  .obj_issue_toc .galleys_links li > a {
    width:180px;
    line-height: 3em;
  }
}
