/**
* Oncotarget.css
* Copyright (c) 2010 Mikhail Kandel
*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f0eee7 url(/images/bg.gif) repeat !important;/*background-color: #000;*/
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

.block {
	background-color: #fff;
}

a {
	overflow: visible;
	color: #4074c8;
}

a:link {
	color: #4074c8;
}

a:visited {
	color: #294a80;
}

a:hover {
	text-decoration: underline;
	color: #375c96;
	background-color: transparent;
}

li a {
	text-decoration: none;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #eef;
	background: #069;
}

#container {
	position: relative;
	width: 90.5em;
	width: 1000px;
	margin: 10px auto;
	padding: 0;
	border: solid 5px #fff;
	background-color: #fff !important;
	-webkit-box-shadow: 3px 3px 10px #888;
	   -moz-box-shadow: 3px 3px 10px #888;
	        box-shadow: 3px 3px 10px #888;
}

#header {
	height: 120px;
	margin: 0;
	padding: 0;
	background-color: #761118;
	background-image: url('/images/oncotargetLogo-dark.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 425px 105px;
}

#headerTitle {
	top: 120px;
	display: block;
	height: 14px;
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

#headerTitle h1 {
	display: none;
	visibility: hidden;
}

#footer {
	padding-top: 4px;
	background-color: transparent;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footerContent {
	color: #fff;
}

#main {
	position: relative;
	float: left;
	width: 470px;
	margin-top: 0;
	padding: 14px;
	border-width: 1px;
	border-color: #888;
	background-color: #fff;
	box-shadow: 1px 1px 10px #e0e0e0;
}

#main h3 {
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 14px;
}

#navbar {
	text-align: center;
	border-bottom: 1px dotted #069;
}

#breadcrumb {
	display: none;
	visibility: collapse;
	height: 18px;
	padding: 0;
	text-align: center;
	border-bottom: 1px dotted #069;
	font-style: italic;
	line-height: 1.5em;
}

#content {
	border-top-style: none;
	font-size: 13px;
}

#content h3 {
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, Georgia, serif;
}

#content h4 {
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, Georgia, serif;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #eef;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

#rightSidebar li,
#leftSidebar li {
	list-style-type: none;
	background-color: #fff !important;
}

.search_pan {
	position: absolute;
	top: 0;
	right: 10px;
	float: right;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
}

#sidebar div.block {
	font-size: 1.4em;
}

#rightSidebar {
	position: relative;
	right: -5px;
	width: 275px;
	height: auto;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 0;

	padding-top: 0;
	padding-top: 0;
	padding-left: 0;

	border-top-width: 1px;
	border-bottom: 0 dotted #069;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #761118;
}

#rightSidebar .block {
	margin: 10px;
	border-top: dotted;
	border-top-width: 1px;
}

#leftSidebar {
	position: relative;
	float: left;
	width: 209px;
	margin-top: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding: 0;
	padding-bottom: 0;
	border-radius: 2px;
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-y;
}

#leftSidebar input.button
{
	font-size: 1em;
}

#leftSidebar div.block {
	margin: 15px 15px 15px 10px;
	padding: 10px 4px 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #761118;
	background-color: #fff;
	box-shadow: 1px 1px 3px #444;
	font-size: 11px;
}

.blockTitle,
.menu {
	color: #933;
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 1.1em;
	font-weight: 700;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu a {
	text-decoration: none;
	font-size: 1.15em;
}

ul.menu li {
	display: list-item;
	float: none;
	margin-bottom: 7px;
	font-size: 11px !important;
}

.menu a:hover {
	text-decoration: underline;
	color: #c00;
	background-color: transparent;
}

.menu a {
	color: #933;
}

#navbar {
	display: none;
	visibility: collapse;
}

#aboutPeople {
	display: none;
	visibility: collapse;
}

h2,
#main h2 {
	padding: 2px;
	padding-top: 10px;
	padding-left: 0;
	color: #464646;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-size: 18px;
	font-weight: 700;
}

#content > hr {
	display: none;
}

#rightSidebar #sidebarDevelopedBy {
	margin:auto;
	border-top-width:0;
	padding-right:0;
}

#subcontent h2 {
	height: 13px !important;
	margin-top: 0;
	margin-bottom: 11px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	text-indent: 30px;
	color: #fff;
	border-top-width: 0;
	background-color: rgb(118,17,24);
	background-image: url(/images/ot_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: 700;
}


#jrncover, #v9n5_cover {
	height: 300px;
	width: 230px;
	margin: 0 auto;
	border: solid 1px #c00;
	box-shadow: 1px 1px 3px #444;
}

#v9n5_cover{
	margin: 1em auto 0;
}

	.current-cover {
		display: block;
		width: 230px;
		height: 300px;
	}

.subcontent {
	margin: 0 14px 0 21px;
	padding: 1px 0;
}

a.author-interviews-link {
	display: inline-block;
	color: #761118;
	font-weight:bold;
	font-size:14px;
}

a.homepage-minor-news-link {
	display: inline-block;
	color: #761118;
	font-weight:bold;
	font-size:12.5px;
}

#AuthorList
{
	margin: 0 14px 0 21px;
	padding: 0;
	border-top: dotted 1px #ccc;
	clear: both;
	font-size: 11px;
}

#AuthorList ul p
{
	color: #333;
	font-size: 11px;
}

#advancedlist li
{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	text-align: center;
}

/*#jrncover {
	position: relative;
	display: block;
	float: left;
	width: 126px;
	height: 163px;
	margin-left: 70px;
	text-decoration: none;
	border: solid 1px #c00;
	background-color: #fff;
	background-image: url(/images/Oncotarget_GIF.gif);
	background-repeat: no-repeat;
	background-size: 127px;
	box-shadow: 1px 1px 3px #444;
	font-size: 11px;
}*/

#jrnText
{
	position: relative;
	display: block;
	float: left;
	width: 110px;
	height: 160px;
	margin-left: 5px;
	text-decoration: none;
}

p#jrnText
{
	margin: .5em;
	list-style-type: disc;
	color: #375c96;
	border: thin;
	font-size: 12px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	line-height: 16px;
}


#actions {
	float: right;
	padding-left: 0;
}

a.red:link
{
	color: #761118;
}

a.red:visited
{
	color: #761118;
}

p#RDONLINE
{
	margin: .5em;
	margin-top: 1em;
	list-style-type: disc;
	color: #761118;
	font-size: 1.45em;
	font-weight: bold;
	line-height: 1.3em;
	line-height: 16px;
}

#actions li {
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: disc;
	color: #375c96;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	line-height: 16px;
}

.issue-archive {
	margin-top: 30px;
	padding-left: 4px;
	list-style-type: none;
	font-weight: normal;
}

.issue-archive a {
	padding-left: 5px;
	text-decoration: none;
	color: #78878d;
	border-left: solid 10px #78878d;
}

.issue-archive a:hover {
	text-decoration: underline;
	color: #c00;
}

.rightName {
	height: 14px;
	margin-top: 4px;
	margin-bottom: 1px;
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.occupation {
	display: block;
	clear: both;
	width: 225px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #5e737c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#fullAuthorList.menuz.noaccordion > li > a > em.occupation {
	width: auto !important;
	cursor: pointer;
}

ul#fullAuthorList.menuz.noaccordion > li {
	width: auto;
}

em.occupation {
	text-decoration: none !important;
}

#AuthorList a:hover {
	background-color: transparent;
}


#AuthorList a,
#fullAuthorList a {
	cursor: pointer;
	text-decoration: none;
}

#AuthorList a span {
	text-decoration: underline;
}

#clear {
	display: none;
	width: 100%;
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

#clear p {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

td.nowrap a.action {
	clear: both;
}

table.listing td {
	padding-right: .25em;
	padding-left: .0.25em;
}

.article-title {
	font-size: 1.1em;
	font-weight: bold;
}

.article-page {
	color: #888;
	font-weight: bold;
}

.shadowed {
	border: 0;
	box-shadow: 3px 3px 10px #888;
}

#emphasisRed {
	color: #c00;
}

#header small.label {
	position: absolute;
	top: 9px;
	right: 21px;
	display: block;
	padding: 3px 7px 3px 7px;
	color: #ccc;
	border: thin ridge #fff;
	background-color: #7e012d;
	font-size: 1em;
	font-weight: bold;
}

#header small.label1 {
	position: absolute;
	top: 9px;
	left: 20px;
	display: block;
	margin: 0;
	padding: 3px 7px 3px 7px;
	color: #ccc;
	border: thin ridge #fff;
	background-color: #7e012d;
	font-size: 1em;
	font-weight: bold;
}

.onlineSubmissions,
#onlineSubmissions
{
	padding: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	background-color: #f8d3d5;
	box-shadow: 1px 1px 4px #888;
}

.articlewrapper > .tocArticle:nth-child(2n+1){
	clear: both;
}

.tocTitle {
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.tocAuthors {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tocGalleys {
	text-align: left;
}

.tocPages {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	color: #888;
	font-weight: 700;
}

.tocGalleys
{
	padding-bottom: 10px;
	padding-left: 0;
	text-decoration: none;
}


.miniemail:link,
.miniemail:hover
{
	width: 16px;
	height: 14px;
	margin-top: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	color: transparent;
	border-top-width: 0;
	background-image: url(/lib/pkp/templates/images/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#primitiveHeader
{
	width: 700px;
}

#primitiveHeader span
{
	margin: 0;
	padding: 0;
}

#primitiveHeader span:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#sidebarRTAuthorBios.block
{
	padding-right: 15px;
}

#coverImage
{
	position: absolute;
	top: 40px;
	right: 30px;
	float: right;
}


.navbar-section
{
	margin: 0;
	padding: 2px;
	color: #fff;
	background-color: #761118;
}

#leftSidebar div.topredblock
{
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#leftSidebar ul.geroadvert-menu
{
	margin: 10px;
}



/* GUS */

.autophagy-style {
	line-height: 140%;
}


.ed-board-list {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
}


.ed-board-list li {
	margin-bottom: 6px;
}


.autophagy-textcolor {
	color: #8b58a0;
}


.green {
	color: #24672c;
}


.red {
	color: #761118;
}


.OncoTable {
	border-spacing: 1px;
	border-collapse: collapse;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #000;
}


.OncoCell {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}


.clearfix:after {display: block; visibility: hidden; clear: both; height: 0; content: '\00A0'; line-height: 0; }

.clearfix{ display: inline-block;}

html[xmlns] .clearfix { display: block;}

* html .clearfix{ height: 1%;}

.clearfix {display: block;}


#confTextLeft {
	position: relative;
	left: 6%;
	width: 75%;
}


#sponsoredConferences > p {
	word-spacing: inherit;
}


/* TOC subcribe block */

#rightSidebar .subscribe-toc {
	margin: 15px 15px 0 21px;
	padding: 0 !important;
	border: solid  rgb(118, 17, 24);
	border-width: 0 1px 1px 1px;
	background-color: #fff;
	box-shadow: rgb(68, 68, 68) 1px 1px 3px;
	font-size: 11px;
}

.navbar-section {
	margin: 0;
	padding: 2px 2px 2px 7px;
	font-size: 13px;
	font-weight: 700;
	background: #761118;
	color: #fff;
}

#mc_embed_signup {
	position: relative;
	align-self: center;
}


#mc_embed_signup_scroll > div:nth-child(1) > label{
	position: relative;
	right: .9px;
}


/****************** Altmetric Top 100 *******************/

#altemtric-top100-container {
	clear: both;
	width: 100%;
}


.altemtrictop__list {
	position: relative;
	top: -10px;
	padding: 0;
	list-style: none;
}

.altemtrictop__item {
	display: flex !important;
	margin: 1em 0;

	align-items: center;
}

.altemtrictop__image {
	width: 50px;
	height: 50px;
}

.altemtrictop__title {
	position: relative;
	left: 2%;
	display: block;
	font-size: 104%;
}

.altemtrictop__title__all {
	position: relative;
	left: 2%;
	display: inherit;
	display: inline-block;
	font-size: 104%;
}

#altemtric-top100-container > div > h2 > a,
#aboutTopArticles > a {
	color: #fff;
	font-size: 15px;
}

#aboutTopArticles > p:nth-child(4) > a {
	color: #933;
}

.altmetric_item_all {
	display: flex;
	clear: both;
	align-items: center;
}

#content > div.titleAndBadge {
	display: flex;
	align-items: center;
}

#content > div.titleAndBadge > div > a > img {
	width: 50px;
	height: 50px;
}

.tocArticleTitle{
	position: relative;
	left: 1%;
}

#content > div.titleAndBadgeToc > div > a > img {
	width: 50px;
	height: 50px;
}


.titleAndBadgeToc {
	display: flex;
	align-items: center;
}


#tocTitleArt{
	position: relative;
	left: 1%;
	height: auto;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}


#noDispNow{
	display: none;
}


.tocTitleHiddenBadge{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;

	-webkit-margin-before: .5em;
	-webkit-margin-after: .5em;
}


.altemtrictop__header_all{
	text-align: left;
}


#badgeInstruct{
	font-size: 17px;
	font-weight: 700;
}


#narrOne,
#narrTwo,
#narrThree,
#narrFour{
	font-size: 14px;
}



#altemtric-top100-container > div > ul > li > div > a > img{
	width: 50px;
	height: 50px;
}


.viewAllButton {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 38px;
	transition-delay: initial;
	transition-timing-function: ease-out;
	transition-duration: .25s;
	transition-property: color;
	transition-property: background;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	letter-spacing: .58px;
	text-transform: uppercase;
	color: #761118;
	border-radius: 2px;
	background-color: transparent;
	background-color: #761118;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;

	-webkit-tap-highlight-color: transparent;
}


.viewAllButton:hover {
	background-color: #a3090d;
}

#staticConfTitle{
	text-align: left;
}

#pastConf{
	position: relative;
	top: -2.5em;
}

#pastConf > div {
	position: relative;
	top: -.6em;
}


#map {
	height: 125px;
	width: 35%;
	position: relative;
	left: 61.5%;
	top:2.5rem;
	margin-bottom: -7.5rem;
  }

h4.SubSubHeading{
	text-transform: none !important;
}

.contentCorrectionsParent{
	height:800px;
}

#correctionsMetricsP_zero{
	top:-20.8rem;
	position:relative;
}

.sevenOneOneSeven_parentContent{
	height:1200px;
}

.sevenOneOneSeven_aDiv{
	top:3rem;
	position:relative;
	width:100%
}

#sevenOneOneSeven_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:45%;
	width:100%;
}

.sevenOneOneEightExisting{
	display: none
}

.contentCorrectionsParentSevenOneOneEight{
	height:450px;
}

.contentCorrectionsParentTenSixSixFour{
	height:470px;
}

.nineEightFiveFive_aDiv{
	top:4rem;
	position:relative;
	width:100%;
}

#nineEightFiveFive_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:15%;
	width:100%;
}

.tenFourZeroFour_aDiv{
	top:7rem;
	position:relative;
	width:100%;
}

#tenFourZeroFour_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:45%;
	width:100%;
}

/*.tenEightTwoTwo{
	height:1000px;
}*/

.tenEightTwoTwo_aDiv{
	top:7rem;
	position:relative;
	width:100%;
}

#tenEightTwoTwo_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:5%;
	width:100%;
}

.nineNineSevenOne_aDiv{
	top:7rem;
	position:relative;
	width:100%;
}

#nineNineSevenOne_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:10%;
	width:100%;
}

.oneOneOneOneNine_aDiv{
	top:7rem;
	position:relative;
	width:100%;
}

#oneOneOneOneNine_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:10%;
	width:100%;
}

.oneOneNineSevenSix_aDiv{
top:7rem;
position:relative;
width:100%;
}

#oneOneNineSevenSix_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:10%;
	width:100%;
}

.nineTwoFourEight_parentCont{
	height:1400px;
}

.nineTwoFourEight_aDiv{
	top:7rem;
	position:relative;
	width:100%;
}
#nineTwoFourEight_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height: 60%;
	width: 100%;
}

.nineSevenOneOne_aDiv{
top:7rem;
position:relative;
width:100%;
}

#nineSevenOneOne_corrFig{
	top:3rem;
	position:relative;
	text-align:center;
	height:40%;
	width:100%;
}

#inCorrTable{
border-collapse: collapse;
margin: auto;
}

#inCorrTable, #inCorrTable > tbody > tr, #inCorrTable > tbody > tr > td {
	border: 1px solid black;
}

.red_block_correction{
color:#ac2b31
}

.twelveFiveFifty{
		height:800px;
}

/*.nineEightFiveFive{

}*/
.contentCorrectionsParent_oneOneEightFourSix{
	height:600px;
}

#linkToOrig{
	position:relative;
	top:-.6rem;
	/*text-align: left;*/
}

#galCorr{
	top:-2px;
	position:relative;
	padding-bottom:5px;
}

#preRelCorr{
	position:relative;
}

#lstBlkCorred{
	top:.4rem;
	position:relative;
}

.eightEightZeroFive_parentCont{
	height:1550px;
}

.eightEightZeroFive_aDiv{
	top:5rem;
	position:relative;
	width:100%;
	display:block;
}

.oneThreeEightZeroThreeParent{
	height:1400px;
}

#oneThreeEightZeroThree_corrFig{
	height:65%;
	width:100%;
}

.oneThreeNineOneTwoParent{
	height:1300px;
}

#oneThreeNineOneTwo_corrFig{
	height:30%;
	width:100%;
}

#oneThreeNineOneTwo_corrFigTwo{
	height:30%;
	width: 100%;
	position: relative;
	top: 20px;
}

#oneThreeNineOneThree_corrFig{
	height:30%;
	width: 100%;
	position: relative;
	top:1em;
}

.oneThreeNineOneThreeParent{
	height:1400px;
}

.oneThreeNineOneThree_aDiv{
	position: relative;
	top:2em;
}

#oneThreeNineOneTwo_corrFigThree{
	position: relative;
	top:40px;
	height:30%;
	width: 100%;
}

.oneFourFourThreeEightParent{
		height:1350px;
}

#oneFourFourThreeEightParent_corrFig{
	max-width: 100%;
}

#oneFourFourThreeEight_corrFigTwo{
	padding-top: 3rem;
	max-width: 100%;
}

.oneFourFourThreeEightParent_aDiv{
position: relative;
top: 20px;
}

#oneFourSixSevenSixParent_corrFig{
	width:100%;
}

.oneFourSixSevenSixParent{
	height:1500px;
}

#oneFourSixSevenSix_corrFigTwo{
	width:100%;
}

.oneFourEightZeroZeroParent{
	height:5600px;
}

#oneFourEightZeroZeroParent_corrFig{
	width: 100%;
}

#oneFourEightZeroZeroParent_corrFig,#oneFourEightZeroZero_corrFigTwo,#oneFourEightZeroZero_corrFigThree,#oneFourEightZeroZero_corrFigFour,#oneFourEightZeroZero_corrFigFive,#oneFourEightZeroZero_corrFigSix,#sixEightSixFive_correctionFigOne,#sixEightSixFive_correctionFigTwo{
	margin-top: 3rem !important;
	width: 80%;
	display:block;
	margin:auto;
}

.oneTwoEightFourNineParent{
	height: 630px;
}

.sixEightSixFiveParent{
	height:1500px;
}
#oneFiveOneOneTwoParent_corrFig,#oneSixOneFiveFour_corrFig,#oneSixOneFiveFour_corrFigTwo{
	max-width: 100%;
}

#oneSixOneFiveFour_corrFigTwo{
	margin-top: 50px;
}

#oneFiveFiveFourOne_corrFig{
	width:100%;
	padding-bottom: 3em;
}


.correction_image{
	padding-top: 1em;
}

#correctionFigure{
	max-width: 80%;
	display:block;
	margin:auto;
}

.correction_author_list{
	font-weight: bold;
}

.sup_red{
	color:#BD1B3C;
}

.red_text{
	color: #ac2b31;
}

.no_list_style{
	list-style-type:none;
}

.index-twitter-wrapper{
	margin-top: 10px;
}

.gero_board_anti_aging{
	background-image: url(/images/menu_bg_white.png);
	background-repeat: repeat-y;
	padding-top: 5em;
	padding-left: 1em;
}

.wrap_gero_anti_aging_link{
	font-size: 14px;
	font-weight: 500;
}

#shown_special_badge{
	position: relative;
	top:40px;
	margin-top: 0;
}

.special_article_title{
	font-weight: bold;
}

.seperate_p_tag{
	-webkit-margin-after: .5em;
	-webkit-margin-before: .5em;
}

p#conferences{
	text-align: center;
}

p#conferences > a.menu{
	color:#000;
	font-size: 1.3em;
}

#multi_mega_table_title_head{
	text-align:left;
}

.multi_mega_table_tr_oncotarget{
	font-weight: bold;
}

.multi_mega_table > tbody > tr > th{
	font-size: 13px;
}

.multi_mega_table > tbody > tr > td{
	font-size: 12px;
	padding-top:0px;
}

.multi_mega_table > tbody > tr > td:nth-child(even), #multi_mega_table_impact_factor_head{
	padding-left: 40px;
}

.previous_spotlight_news_right{
	margin-top: 3em;
}

.spotlight_news_item_right{
	font-family:verdana;
	font-size:11.5px;
	margin-left: 1em;
	margin-right: 1em;
}

#main > div.sc_home_player > iframe {
	padding-top: 10px;
}

.web_of_sci_info{
	float:left;
	width:220px;
	margin-bottom:2em;
}

.web_of_sci_list{
	list-style-type:none;
	margin-left:0px;
	padding-left:15px;
}


ul.web_of_sci_list > li > p{
	position:relative;
	top:18px;
	color:#24672c;
	-webkit-margin-before:0;
}

.web_of_sci_papers_years{
	list-style:none;
	-webkit-padding-start:0px;
	margin-top:2em;
}

.current_iss_home{
	font-family:verdana;
	font-size:13px;
	color:#CC0000;
	-webkit-margin-after: 0px;
}


.spotlight_title{
	font-weight:bold;
	color:#FFF;
	background-color:#761118;
	padding:5px;
	margin:5px 0px;
	font-size:1.1em;
	text-align:center;
}

.clarivate_data{
	float:left;
	width:250px;
}

.pre_clarivate_title, div.web_of_sci_info > p{
	-webkit-margin-before: 0px;
}

.spotlight_outter_container{
	background-color:rgb(244,245,240);
	verticle-align:top;
	font-size:1em;
	padding:10px 15px 5px 15px;
}

.spotlight_inner{
	box-shadow:1px 1px 3px #444;
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	margin:0;
	text-align:left;
}

table.impact_factor_table > tbody > tr > td:nth-child(3){
	text-align:center
}

.spotlight_text_small{
	font-size:.90em;
}

#geroadvert > ul > li > a,
#geroadvert > ul > li > a:visited,
#geroadvert > ul > li > a:focus,
#geroadvert > ul > li > a:active {
 	color:#4074c8;
	font-size: 12px;
}

.web_of_science_section,
.web_of_science_link a {
	font-size:1.15em;
	font-weight:700;
	margin-left:0.3em;
}

div.web_of_science_link a,
div.web_of_science_link a:visited,
div.web_of_science_link a:focus,
div.web_of_science_link a:active {
	color:#4074c8;
}

div.web_of_science_link a{
	display: block;
	margin-left: 10px;
	font-size: 1.26em;
}

div.web_of_science_link{
	margin-top: 1em;
	border-bottom-style: solid;
	padding-bottom: 1em;
	border-bottom-width: 1px;
}

div.web_of_science_link.bottom{
	border-bottom-style:none;
}


.clarivate_text{
	margin-left: 10px;
	font-size: 1.26em
}

.nav-editorial{
	max-width:184px;
	margin-left:10px;
	margin-bottom:15px;
}

.featured_articles{
	margin:1em 14px 0 21px;
	border-width: 1px;
	border-style: solid;
	box-shadow: 1px 1px 3px #444;
}

.featured_articles_title{
	background-image:none;
	padding-left:0
}

.featured_articles_content{
	margin-left:10px;
	font-size:.85em;
}

.a_new_domain_link{
	display: block;
	margin: 10px 10px;
	font-size: 1.1em;
	font-weight:700;
}

div#Petition{
	margin-top:4em;
}

div#Petition p{
	font-weight: bold;
	color: #CC0000;
}
