/* Global */

body {
    font-family: sans-serif;
    font-size: 13px;
    padding: 30px;
    background: #f7f7f7;
}

h1 {
    margin-top: 0;
}

/* tooltip.js */

.tooltip {
    opacity: 0;
    position: absolute;
    background-color: white;
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 5px;
}

.tooltipTitle {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

/* map.js */
.mapSVG {
    max-width: 100%; height: auto;
}

.mapBackground {
    fill: #69a3b2;
}

.country {
    stroke: black;
}

.country:hover {
    stroke-width: 1px;
    stroke: black;
}

.mapSelectBackground, .mapLegendBackground {
    height: 50px;
    fill: white;
}

.mapSelectText {
    transform: translate(20px,35px);
    font-size: 2.5rem;
}

#mapSelectDropdown {
    position: absolute;
    top: 90px;
    left: 420px;
    width: 230px;
    height: 40px;
    font-size: 1.5rem;
}

.mapLegendBackground {
    transform: translate(-300px,-10px);
}

.mapLegendText {
    transform: translate(-250px,20px);
}

/* sunburst.js */

.chartTitle {
    font-size: 2.5rem;
    transform: translate(0px,20px);
}

.chartLegend {
    transform: scale(1.25) translate(400px,100px);
}

.chartLegendText {
    transform: translate(-20px,-15px);
}

.chartLegendText, .yearTextLeft, .yearTextRight, .excludeText {
    font-size: 1.5rem;
}

.chartDivider {
    transform: translate(-5px,-200px);
    width: 10px;
    fill: gray;
}

.chartLeftGroup {
    transform: translate(-5px,0px);
}

.chartRightGroup {
    transform: translate(5px,0px);
}

.chartDiagram {
    stroke: #fff;
    opacity: 0.8;
}

.leftLabel, .rightLabel {
    pointer-events: none;
    text-anchor: middle;
}

.yearTextLeft {
    transform: translate(-220px,170px);
}

.yearTextRight {
    transform: translate(170px,170px);
}

.excludeText {
    transform: translate(0px,500px);
}

#excludeWB {
    position: absolute;
    top: 615px;
    left: 955px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
}