.ibnode rect{
    fill: #d5dae5;
}
.ibnode rect.imageContainer{
    fill: #FFFFFF;
}
.ibnode text{
    fill: black;
}

#graph-target{
    position: relative;
    min-height: 200px;
}
#graph-target svg .link{
    stroke: black;
    stroke-width: 2px;
}

.node-read-link{
	fill: black;
	background: white;
	font-size: 12px;
}
.node-read-link rect{
	fill: #900316;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.node-read-link-text{
	fill: white;
    margin-top: 10px;
}

#graph-image-hover-tooltip{
    visibility: hidden;
    position: absolute;
    background-color: #303030;
    color:white;
    padding: 3px;
}

#temp-read-link{
    display: none;
    background: black;
    width: 45px;
    color: white;
    position: absolute;
    z-index:64;
    text-align: center;
}

#loading-graph{
    width: 98%;
    max-width: 196px;
    position: absolute;
    left: calc(50% - 98px);
    top: calc(50% - 98px);
}

#recenter-graph-term{
    height: 30px;
    font-size: 20px;
}
@media only screen and (min-width: 641px){
    #recenter-graph-term{
        float: right;
        margin-top: 8px;
    }
}