#cooperations_map {
    height: 600px;
    margin-left: -100px;
    margin-right: -100px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}
#cooperations_info_box {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: -75px;
    padding: 20px;
    overflow: scroll;
    width: 200px;
    height: 560px;
    z-index: 100000;
    margin-top: 1px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#cooperations_info_box > ul {
    margin-top: 15px;
}
#cooperations_info_box h6 {
    line-height: 120%;
    margin: 10px 0;
    margin-top: 0px;
    margin-bottom: 25px;
}
#cooperations_info_box .subhead {
    color: #777;
}
.institution_circle {
    background: rgba(150, 90, 90, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: red;
    font-weight: bold;
    text-align: center;
    border-radius: 100%;
}
.connection_line.leaflet-interactive,
.institution_circle.leaflet-interactive {
    cursor: default;
    cursor: -webkit-grab;
}
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-small,
.marker-cluster-small div,
.marker-cluster-large,
.marker-cluster-large div {
    background-color: rgba(150, 190, 120, 0.8);
}
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.inst-group-list {
    display: inline-block;
    margin: 0;
}
li.pill-box-link {
    border: 1px solid rgba(0, 0, 0, 0.33);
    padding: 1px 4px;
    /* border-radius: 9px; */
    line-height: 12px;
    white-space: nowrap;
     background: rgba(255, 255, 255, 1);
    /* color: #fff; */
    margin: 3px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    list-style: none;
}
.list-link {
    line-height: 120%;
    list-style: none;
    margin-left: 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.list-link:last-child {
    border-bottom: none;
}
