/**
 * Copyright © 2015 - 2018 The Broad Institute, Inc. All rights reserved.
 * Licensed under the BSD 3-clause license (https://github.com/broadinstitute/gtex-viz/blob/master/LICENSE.md)
 */
text.color-legend {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}

text.half-map-label {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}
text.half-map-label.highlighted {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}

div.half-map-tooltip {
    min-width: 50px;
    display: none;
    background-color : #f8f9faf6;
    padding: 10px;
    text-align:left;
    position:absolute;
    font-size:11px;
    z-index:4000;
    border: 1px solid rgb(226, 226, 226);
    border-radius:5px;
 }
 
 div.half-map-tooltip .tooltip-key {
    font-weight:300;
    font-size:.9em;
 }
 
 div.half-map-tooltip .tooltip-value {
    font-weight:400;
 }
 
 div.half-map-tooltip .tooltip-head {
    text-transform: uppercase;
    font-size:.8em;
    color:rgb(80,80,80);
    font-weight:bolder;
 }
 
 div.half-map-tooltip hr {
    margin:0;
    padding:0;
 }
