﻿/* CSS goes here. */

svg
{
    font: 10px sans-serif;
}
body
{
    height: 800px;
}
.caption
{
    font-weight: bold;
    font-size: 12px;
}

.key path
{
    display: none;
}
.key path1
{
    display: none;
}

.key line
{
    stroke: #000;
    shape-rendering: crispEdges;
}

.state
{
    fill: #ff9696;
}
.state-boundary
{
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}
.cons-boundary
{
    fill: none;
    stroke: black;
    stroke-width: .5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}
.country-boundary
{
    fill: none;
    stroke: blue;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}
#main
{
    width: 1200px;
    height: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
#leftdiv
{
    width: 100%;
    background: #fff;
}
#chart1
{
    width: 840px;
    min-height: 750px;
    margin-top: 10px;
    float: right;
    display: block;
}
#schart
{
    width: 840px;
    min-height: 800px;
    margin-top: 10px;
    float: right;
    display: none;
}
#listboxdiv
{
    width: 400px;
    height: 150px;
    margin-top: 10px;
    margin-right: 20px;
    float: right;
    z-index: 1000;
    position: relative;
    top: -700px;
    padding-top: 10px;
}

#tooltipDiv
{
    color: black;
    position: absolute;
    pointer-events: none;
    cursor: default;
    background-color: white; /*border: 1px solid rgb(150,150,150);*/
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px 4px 7px;
    z-index: 9999;
    display: none;
    line-height: 140%;
    box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.3);
}
#ranktext
{
    margin-top: 5px;
    font-size: 12px;
}
