#visualtechniques {
    position: relative;
    width: 100%;
    flex: 1 0;
}



#visualtechniques .axis {
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
}

#visualtechniques .domain {
    stroke: none;
}

#visualtechniques .axis line {
    stroke: none;
}

#visualtechniques .categoryLabel {
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    text-anchor: end;
    dominant-baseline: middle;
}

#visualtechniques .valueLabel {
    font-size: 10px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    text-anchor: start;
    dominant-baseline: middle;
}

#visualtechniques .questionLabel {
    font-weight: 700;
    font-size: 14px;
    text-anchor: end;
    dominant-baseline: middle;
}

#visualtechniques .barLabel {
    font-weight: 400;
    font-size: 14px;
    text-anchor: start;
    dominant-baseline: middle;
    color: #08306b;
}


#visualtechniques .tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    font-weight: 400;
    padding: 3px;
    background-color: rgba(255,255,255,0.8);
    visibility: hidden;
    pointer-events: none;
}


.check {
    fill: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-anchor: middle;
    dominant-baseline: central;
    cursor: default;
}

.thumbnail {
    cursor: pointer;
}


#overlay {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 100px;
    background-color: rgba(255,255,255,0.9);
    visibility: hidden;
    text-align: center;
}

#overlay img {
    object-fit: contain;
    width: 100%;
    height: 80%;
}

#closetb {
    color: #08306b;
    cursor: pointer;
}

#closetb:hover {
    text-decoration: underline;
}