.journal_issue_highlights li {
    margin-bottom:9px;
}

.section_title {
    display:inline;
}

title {
    font-weight:bold;
    display:inline;
}

.top_return {
    display:none;
    font-weight:bold;
    text-align:center;
    background: white;
    border:3px solid #DDD;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    width: 80px;
    height:40px;
    position: fixed;
    top:20px;
    left:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#full_text table td{
    border:3px solid #DDD;
}

table-wrap-foot *{
    display:inline;
}
 

