.journaldescription {
	background-color: white;
}
.journaldescription h1 {
	line-height: 140%;
    font-size: 34px;
    color: rgb(45 45 45);
    margin-top: 10px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 64px;
}
.journalgrid {
	
    
    

    display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-gap: 3px;
  	background-color: #F9F9F9;
  	border-radius: 2px;

}
.journalgrid div {
	display: inline-block;
	background-color: white;
	padding: 24px;
	
}
.journalgrid div.fullwidth {
	grid-column: 1 / 5;
}
.journalgrid div h2 {
	
	font-size: 14px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	margin-right: 12px;
    font-weight: 600;
    color: rgb(50,50,50);
    text-transform: uppercase;
    margin-top: 0px;
    
}
.journalgrid div p {
	margin-right: 12px;
	font-size: 16px;
	margin-top: 0px;
	word-break: break-word;
}
.journalgrid a {
	color:rgb(0 124 187);
}
.journalgrid div p.hindexnumber {
	font-size: 64px;
    color: rgb(56 56 56);
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
    line-height: 80%;
}


ul.treecategory {
	position: relative;
	padding-left:0px
}
ul.treecategory li:after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #a9a9a9;
}
ul.treecategory li:last-child:after {
	height: 12px;
}
.treecategory li {
	margin-left:12px;
    display: block;
    padding-left: 16px;
    position: relative;
}
.treecategory li:before {
	position: absolute;
    top: 11px;
    left: 1px;
    width: 12px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #a9a9a9;
}


a.sirlink {
     position: relative;
    display: block;
    background-color: rgb(47 53 56);
    color: white;
    border-radius: 3px;
    padding: 6px;
    font-size: 13px;
    padding-left: 52px;
    line-height: 130%;
    max-width: 254px;
    box-sizing: border-box;
    padding-right: 12px;
    min-height: 46px;
    
}
a.sirlink img {
	position: absolute;
    vertical-align: middle !important;
    height: 20px;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}
a.join_comments_button {
	    cursor: pointer;
    background-color: white;
    display: block;
    padding: 32px;
    color: #333333;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  
    width: 70%;
    max-width: 425px;
    text-align: center;
    border-radius: 2px;
    
}

.legendblock {
    border-radius: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -9%;
    margin-right: 5px;
    margin-top: 1px;
}
.background {
	display: block;
	width:100%;
	background-color: white;
}

.combo_chart_title {
    line-height: 140%;
      font-size: 26px;
      font-weight: 100;
      color: rgb(79,79,79);
      margin-top: 10px;
      text-align: left; 
      border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(218, 218, 218);
    margin-bottom:32px;
  }
  .combo_table {
    display: none;
  }
  .combo_buttons {
    position: absolute;
    top:-1px;
    right:0px;
    text-align: right;
  }
  .combo_button {
    display: inline-block;

  }
  .combo_button img {
    width: 20px;
    opacity: 0.3;
    padding:8px;
  }
  .selected_combo_button {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
  }
  .selected_combo_button img {
    opacity: 1;
  }



.journalgrid div.blank {display: none;}

#related_journals {

  display: block;
  position: relative;
  background-color: white;
  border-radius: 2px;
  width:1570px;
  height: auto;
  margin:auto;
  margin-top:0px;
  padding-bottom: 224px;
  margin-bottom: 64px;
  margin-top: 48px;
}
#related_journals_config {
 position: relative;
    
    
    height:32px;
    font-weight: 700;
    font-size: 15px;
    padding: 6px;
   
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f9f9f9;
    line-height: 133%;
    overflow: hidden;
    

}
#related_journals_config_title {
 position: absolute;
    top: 7px;
    text-transform: uppercase;
    left: 12px;
}
#related_journals_config_title img {
  display: inline-block;
    width: 20px;
    margin-left: 6px;
    vertical-align: -22%;
}
#related_journals_content {
 position: absolute;

    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 224px;
    overflow: hidden;

}
#related_slider {
  position: absolute;
  width: 100%
}
#left_related_journals {
  position: absolute;
    width: 22px;
    padding: 12px;
    left: -22px;
    bottom: 100px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 8px #0000000a;

}
#right_related_journals {
position: absolute;
    width: 22px;
    padding: 12px;
    right: -22px;
    bottom: 100px;
    background-color: white;
      border-radius: 2px;
    box-shadow: 0px 0px 8px #0000000a;
}
#related_journals_content a {
 display: block;
    position: absolute;
    top: 0px;
    text-decoration: none;
    color: rgb(50,50,50);
    width: 314px;
    padding: 24px;
    height: 224px;
    box-sizing: border-box;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f9f9f9;
    padding-left: 36px;
    padding-right: 36px;
}
#related_journals_content a:hover {
  background-color: rgb(253,253,253)
}
#related_journals_content a span {
display: block;
}

.related_sourcetitle {
  font-weight: 700;
  height: 72px;
  overflow: hidden;
}
.related_sourcecountry {
  color:rgb(200,200,200);
}
.related_similarity {
font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #70c126;
    margin-bottom: 12px;
    margin-top: 24px;
}
.related_similarity_tag {
      color: rgb(200,200,200);
    text-align: center;
    font-size: 16px;
}
#related_journals_settings {
 text-transform: none;
    position: absolute;
    right: 6px;
    top: 5px;
    color:rgb(165,165,165);
    font-weight: 400;
}
#related_journals_settings svg {
  vertical-align: middle;
}
#help_tooltip {
  position: fixed;
    width: 240px;
    height: auto;
    padding: 12px;
    background-color: rgb(255, 255, 255);
   
    z-index: 999;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 6px #0808084d;
}
#related_journals_csv {
  position: absolute;
  display: none;
  right: 8px;
  bottom: 16px;
}






@media only screen and (min-width: 1400px) and (max-width: 1800px)  {
.colblock {width:1308px;}
#related_journals {
  width: 1256px;
}
}


@media only screen and (max-width: 1400px) and (min-width: 1024px) {
.colblock {width:100%;}
.journalgrid div.fullwidth {
	grid-column: 1 / 4;
}
.journalgrid {
  	grid-template-columns: repeat(3, 1fr);
}
.journalgrid div.blank {
	display: inline-block;
}
#related_journals {
  width: 942px;
}

}
@media only screen and (max-width: 1024px) and (min-width: 720px){
.journalgrid div.fullwidth {
	grid-column: 1 / 3;
}
.journalgrid {
  	grid-template-columns: repeat(2, 1fr);
}
#related_journals {
  width: 628px;
}


}

@media only screen and (max-width: 720px) {
.journalgrid div.fullwidth {
	grid-column: 1 / 1;
}
.journalgrid {
  	grid-template-columns: repeat(1, 1fr);
}
#related_journals {
  
  width: 314px;
}

}