/*!
 * 
 * globalMigrantStocks
 * 
 * @author 
 * @version 0.1.0
 * @link UNLICENSED
 * @license UNLICENSED
 * 
 * Copyright (c) 2020 
 * 
 * This software is released under the UNLICENSED License
 * https://opensource.org/licenses/UNLICENSED
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
*{
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif !important;
}
.countryColors {
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    margin-right: 6px;
    float: left;
    border-radius: 50%;
}

#legend {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    line-height: 180%;
}


li {
    list-style: none;
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
    color: #888;
    font-size: 13px;
    margin-right: 10px; 
}

.direction{
    margin: 5px 5px 20px 5px;
}

.headerYear{
    color: rgba(0,0,0,.87);
    text-rendering: optimizeLegibility;
    font-weight: 700;
    font-size: 1.71428571rem;
    font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
    line-height: 150%;
    box-sizing: inherit;
    background: #e2e2e2;
    padding: 1px 10px;
}

.total{
    color: rgba(0,0,0,.87);
    text-rendering: optimizeLegibility;
    font-weight: 700;
    font-size: 1.71428571rem;
    font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
    line-height: 150%;
    box-sizing: inherit;
    background: #e2e2e2;
    padding: 1px 10px;
    margin-right: 2px;
}

.country{
    color: rgba(0,0,0,.87);
text-rendering: optimizeLegibility;
font-weight: 700;
font-size: 1.71428571rem;
font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
line-height: 150%;
box-sizing: inherit;
background: #e2e2e2;
padding: 1px 10px;
}

.dropdownMenu{
    font-size: 14px;
font-family: Georgia,Times New Roman,Times,sans-serif;
line-height: 1.4285em;
color: rgba(0,0,0,.87);
text-rendering: optimizeLegibility;
box-sizing: inherit;
margin: 10px 0;
width: 50% !important;
font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
}

.data-container{
    display: flex;
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
}

#table-container{
    font-size: 1.14rem;
    font-family: Georgia,Times New Roman,Times,sans-serif;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    height: 800px;
    overflow: scroll;
}

#about{
    font-size: 1.3rem;
    font-family: Georgia,Times New Roman,Times,sans-serif;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    text-rendering: optimizeLegibility;
    padding-right: 5%;
    box-sizing: border-box;
}

.source {
    text-rendering: optimizeLegibility !important;
    box-sizing: inherit !important;
    margin: 0 0 1.25em !important;
    line-height: 160% !important;
    color: #888 !important;
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif !important;
    font-size: 1em !important;
    font-style: normal !important;
    margin-top: 20px !important;
}

.tableLegend {
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    text-rendering: optimizeLegibility;
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif ;
    font-size: 1.1rem;
    text-align: right;
    box-sizing: inherit;
    background: #3f2500;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    margin-right: 6px;
    float: left;
    border-radius: 50%;
}

.tooltip {
    z-index: 10;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #333;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 130%;
    /* width: 50%; */
    margin: 10px auto;
    margin-bottom: 20px;
  }


/*# sourceMappingURL=main-f8d58b96.css.map*/