a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow: hidden;
    margin: 0;
    height:100%;
    padding: 0;
    color: #808080;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

    font-weight: 200;
    background-color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
}

input{
    font-size: 14px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

a{
	text-decoration: none;
}

label{
    width:100%;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

h1{
    font-size: 20px;
}

th{
    font-size: 12px;
}

li{
    cursor: pointer;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #121314;
    color:#FFF;
}

li:hover{
    border-right: 2px solid #FFF;
}

a:link {color:#E0E0E0;}

a:visited {color:#FFF;}

a:hover {color:#FFFFFF;}

.controls{
	top:300;
}

span{
    padding:0;
}

.overlay{
    max-width: 12%;
	position: absolute;
	top:80px;
	left:0;
    z-index: 50;
}

.header{
    position: absolute;
    top:0px;
    left:0;
    margin: 5px;
    z-index: 99;
}

#countries{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.6);
}

#bottomControls{
    position: absolute;
    left: 208px;
    right: 320px;
    bottom: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 9px 18px 12px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.72);
    border-top: 1px solid rgba(255,255,255,0.22);
}

.controlTitle{
    color: #DCDCDC;
    font-size: 14.3px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 5px;
}

#categories{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
    font-size: 15.4px;
    background: transparent;
}

#categories > table{
    width: 100%;
    table-layout: fixed;
}

#timelineControls{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
    padding: 0;
    color: #FFFFFF;
    background: transparent;
}

#timelineLabel{
    min-width: 116px;
    font-size: 14.3px;
    color: #E8E8E8;
}

#timelineSlider{
    flex: 1;
    min-width: 180px;
    cursor: pointer;
}

.titlebox{
    display: flex;
}

#logobox{
    padding-top: 8px;
}

#logoText{
    font-size: 14px;
}

.chosenCountry{
    font-size: 10px;
    z-index: 2;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    position: fixed;
    background-color: rgba(0,0,0,0.6);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chooseCategory{
    padding-top:4px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 15.4px;
    overflow: auto;
    height:100%;
    width:100%;
}

.chooseCategory:hover{
    background-color: #FFF;
    color:#080808;
}

.categoryButton{
    color: white;
    vertical-align: bottom;
    padding: 3px;
    width: auto;
    text-align: center;
    z-index: 99;
    opacity: 1;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
}

.categoryButton:hover{
    border-top: 10px;
}

.categorySelected{
    background-color: #FFF;
    color:#080808;
}

.title,.titleup{
    z-index: 99;
	font-size: 35px;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    line-height: 1.2;
}

.titleup{
    font-family: 'Raleway Dots', cursive;
    font-size: 38px;
}

.subtitle{
    z-index: 99;
    font-size: 13.5px;
    text-align: justify;
    color:#DDD;
    margin-bottom: 5px;
    line-height: 2;
    text-align: center;
    padding-right: 18px;
}

.source{
	bottom:0;
}

#pointer{
	position:absolute;
	font-size:12px;
	pointer-events:none;
    max-width: 200px;
    z-index: 99;
    background-color: rgba(0,0,0,0.6);
}

#annotation{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 150px;
    color: white;
    font-size: 36px;
    display: none;
    text-align: center;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    background-color: rgba(0,0,0,0.8);
}

#description{
    font-size: 18px;
    position: absolute;
    color: white;
    width:430px;
    height:200px;
    padding-bottom: 65px;
    text-align: center;
    margin: auto;
    right:0;
    top:-100px;
    bottom:0;
    left:0;
}

.selectionBox{
    cursor: pointer;
    z-index: 51;
}

#showLabels,#fullscreen,#brighter,#contrastbutton,#themeQuestion{
    min-width:100px;
    color:white;
    border-top: 1px solid #121314;
    border-bottom: 1px solid #121314;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 51;
    text-align: left;
}

#showLabels,#fullscreen,#brighter,#contrastbutton{
    cursor: pointer;
}

#themeQuestion{
    cursor: default;
    line-height: 1.35;
}

#showLabels:hover,#fullscreen:hover,#brighter:hover,#contrastbutton:hover{
    border-right: 2px solid #FFF;
    opacity: 1;
}

.selectedMode{
    transition: opacity .5s ease-in-out  !important;
    -moz-transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s ease-in-out !important;
    opacity: 1 !important;
    border: 1px solid white !important;
}

#productLabel,#productlabel{
    position: absolute;
    top:48%;
    margin-left:52%;
    display: none;
    max-width: 280px;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
    z-index: 99;
    color: white;
    font-size: 14px;
}

#atlasBox{
    position: fixed;
    right: 10px;
    top: 205px;
    width: 280px;
    max-height: calc(100vh - 235px);
    overflow: auto;
    z-index: 60;
    color: #E8E8E8;
    background-color: rgba(0,0,0,0.68);
    border-left: 1px solid rgba(255,255,255,0.35);
    padding: 12px 14px;
    line-height: 1.45;
    font-size: 14.3px;
}

#atlasBox h2{
    color: #FFFFFF;
    font-size: 25.3px;
    line-height: 1.15;
    margin-bottom: 8px;
}

#atlasBox h3{
    color: #FFFFFF;
    font-size: 15.4px;
    margin-top: 13px;
    margin-bottom: 6px;
}

.atlasMetric{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.atlasMetric strong{
    color: #FFFFFF;
    font-size: 17.6px;
}

.atlasListItem{
    margin: 7px 0;
}

.atlasBar{
    height: 3px;
    margin-top: 4px;
    background-color: rgba(255,255,255,0.18);
}

.atlasBarFill{
    height: 3px;
}

.atlasStackBar{
    display: flex;
    width: 100%;
    height: 8px;
    margin: 6px 0 8px;
    background-color: rgba(255,255,255,0.12);
    overflow: hidden;
}

.atlasStackBar > div{
    height: 100%;
}

.atlasCategorySwatch{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    vertical-align: middle;
}

.atlasMuted{
    color: #B8B8B8;
    font-size: 13.2px;
}

.box{
	font-size: 20px;
}

.modeSelector{
    border: 1px solid #151515;
    width:60px;
    max-width:60px;
    height:80px;
    cursor:pointer;
    padding: 3px;

    color:white;
    z-index:99;
}

.modeSelector:hover{
    border: 1px white solid;
}

.modeSelector img{
    max-width: 95%;
    height: auto;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.modeSelector span{
    text-align: center;
    width:100%;
    font-size: 10px;
    overflow: auto;
}

#sideBar{
     background: linear-gradient(to right, rgba(0, 0, 0, 1),  rgba(0, 0, 0, 0.4));
     width:198px;
     height:100%;
     padding-left: 10px;
     left:0;
     position: absolute;
     z-index: 99;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#annotation,#title,#subtitle{
    text-shadow: 0 0 0.3em #FFF;
}

.smallTitle{
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
    color: #DDD;
    width: 100%;
    font-size: 16px;
}

#modeDescription{
    display: none;
    max-width: 120px;
    height:80px;
    max-height:80px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
}

.separator{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    max-height: 1px;
    background: -webkit-linear-gradient(right,black,#606060,black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,black,#606060,black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,black,#606060,black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right,black,#606060,black); /* Standard syntax */
}

#loading{
    font-size: 34px;
    cursor: pointer;
    color: #E0E0E0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#loading:hover{
    color: white;
}

.optionTitle{
    text-align: center;
    width: 100%;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
}

#spinner{
    position: absolute;
    width:400px;
    height:400px;
    margin: auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#loadingBack{
    margin-bottom: 50px;
    width:500px;
    height: 1px;
    max-height: 3px;
    border: 1px solid #303030;
    margin-right: auto;
    margin-left: auto;
}

#loadingBar{
    height:1px;
    max-height: 1px;
    width:0px;

    background-color: white;
    -webkit-box-shadow: 0px 0px 41px 6px rgba(255,255,255,0.62);
    -moz-box-shadow: 0px 0px 41px 6px rgba(255,255,255,0.62);
    box-shadow: 0px 0px 41px 6px rgba(255,255,255,0.62);
}

#productLabels{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50;
    display: none;
}

.productNodeLabel{
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #000, 0 0 3px #000;
    pointer-events: none;
    white-space: nowrap;
}

.grab {
    cursor: move !important;
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

.grabbing {
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
}

.info {
    font-size: 15px;
    position: absolute;
    top: 87px;
    right: 10px;
    line-height: 1.5;
    text-align: right;
}

.bull {
    padding: 0 5px;
    color: #ffffff;
}
