
#related_institutions {

  display: block;
  position: relative;
  
  width:1570px;
  height: auto;
  margin:auto;
  margin-top:0px;
  padding-bottom: 224px;
  margin-bottom: 64px;
  margin-top: 48px;
  text-align: left;
}
#related_institutions_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_institutions_config_title {
 position: absolute;
    top: 7px;
    text-transform: uppercase;
    left: 12px;
}
#related_institutions_config_title img {
  display: inline-block;
    width: 20px;
    margin-left: 6px;
    vertical-align: -22%;
}
#related_institutions_content {
 position: absolute;

    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 224px;
    overflow: hidden;
    background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 2px #00000014;

}
#related_slider {
  position: absolute;
  width: 100%
}
#left_related_institutions {
 position: absolute;
    width: 22px;
    padding: 12px;
    left: 0px;
    bottom: 0px;
    background-color: white;
  
   

}
#right_related_institutions {
position: absolute;
    width: 22px;
    padding: 12px;
    right: 0px;
    bottom: 0px;
    background-color: white;
     
   
}
#related_institutions_content a, #related_institutions_content span.nolink {
 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_institutions_content a:hover {
  background-color: rgb(253,253,253)
}
#related_institutions_content a span, #related_institutions_content span.nolink span {
display: block;
}

.related_sourcetitle {
  font-weight: 700;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.related_sourcetitle::after {
   content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.001), white);
}

.related_sourcecountry {
  color:rgb(200,200,200);
}
.related_similarity {
font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #5f7e9e;
    margin-bottom: 0px;
   
}
.related_similarity_tag {
      color: rgb(200,200,200);
    text-align: center;
    font-size: 14px;
}
#related_institutions_settings {
 text-transform: none;
    position: absolute;
    right: 6px;
    top: 5px;
    color:rgb(165,165,165);
    font-weight: 400;
}
#related_institutions_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_institutions_csv {
  position: absolute;
  display: none;
  right: 8px;
  bottom: 16px;
}

img.siricon {
 width: 14px;
    vertical-align: middle;
    margin-left: 12px;
}


@media only screen and (min-width: 1568px) and (max-width: 1858px)  {

#related_institutions {
  width: 1288px;
}
}


@media only screen and (max-width: 1568px) and (min-width: 1248px) {


#related_institutions {
  width: 974px;
}

}
@media only screen and (max-width: 1248px) and (min-width: 720px){

#related_institutions {
  width: 660px;
}


}

@media only screen and (max-width: 720px) {

#related_institutions {
  
  width: 346px;
}

}