body {
    font-family: 'Roboto';
}
div.myTable 
{
    background-color:rgb(238, 238, 238);
    position: absolute;
    top: 100;
    right: 120;
    width: 40%;
    height: 500px;
    overflow: scroll;
    padding-left: 0px;
}
td
{
    text-align: center;
    padding-right: 0px;
}
th
{
    text-align: center;
    padding-right: 0px;
    font-size: 20px;
}
div.map-wrapper 
{
    position: relative;
}

button
{
    background-color: #CAE7FA; /* Green */
    border: 2px solid black;
    border-radius: 3px;
    color: black;
    padding: 16px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
button:hover 
{
    background-color:  #a5bbca;
}

div.clickToSort 
{
    font-size: 16px;
    position: absolute;
    top: 80;
    right: 400;
}
div.tableLabel 
{
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 45;
    left: 1000;
    right: 100;
}
div.myDataTable 
{
    position: absolute;
    top: 600;
    right: 50;
    width: 50%;
    height: 300px;
    background-color:rgb(238, 238, 238);
}

.paraLegend 
{
    position: absolute;
    top: 750;
    left: 50;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:rgb(255, 255, 255);
}
.mySelect {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .22em 1.4em .5em .8em;
    width: 13em;
    box-sizing: border-box;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.mySelect::-ms-expand 
{
    display: none;
}
.mySelect:hover 
{
    border-color:#888;
}
.mySelect:focus 
{
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.mySelect option 
{
    font-weight:normal;
}
.overlay 
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.innerOverlay 
{
    position: fixed;
    display: block;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
}
#map-chart {
    height: 550px;
    width: 900px;
    cursor: pointer;
}

.compare-country-entry {
    max-width: 110px;
}

.map-wrapper {
    display: flex;
}

#mapCategorySelection {
    max-height: 2em;
}

.compare-body {
    display: flex;
    columns: 2;
    justify-content: space-between;
}

.compare-body * {
    display: block;
}

#country-compare {
    border-radius: 20px;
    border: 2px solid black;
    top: 100px;
    left: 500px;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    width: 450px;
    margin: auto;
    z-index: 1000;
}

.compare-entry {
    display: flex;
    justify-content: space-between;
}

.compare-hidden {
    display: none;
    visibility: hidden;
}

.compare-close {
    position: absolute;
    left: 90%;
    top: 15px;
}

.compare-table-headers {
    font-size: 1.1em;
    font-weight: bold;

}

#scatter-plot {
    height: 730px;
}

#map-chart svg {
    width: 100%;
    height: 100%;
    margin: auto;
}

#map-chart svg {
    margin: auto;
}

.AxisHead{
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
    fill: black;
    text-anchor: middle;
}
  
path.pcLine{
    opacity: 0.3;
    fill: none
}
  
path.brushed{
    stroke: rgb(230, 25, 25);
    stroke-width: 2;
    opacity: 0.5;
    fill: none
}
  
.no-display {
    display: none !important;
}

#pcDiv{
    width: 50%;
    float: left;
}

#tableDiv {
    overflow: scroll;    
    position: absolute;
    top: 600;
    right: 50;
    width: 50%;
    height: 300px;
}
  
.sortable {
    user-select: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px;
    background:rgb(202, 231, 250);
}
  
.sortable:hover {
    background: black;
    color: white;
}

#map-key {
    height: 50px;
    width: 500px;
}
.map-controls {
    display: flex;
}

#compare-header-svg {
    width: 75px;
    height: 50px;
    margin-left: 50px;
}