body {
    box-sizing: border-box;
    margin: 10px;
    background: #000000;
    background: #151515;
    background: #131313;
    background: #101010;
    color: #f0f0f0;
    font-family: 'Ubuntu', verdana, arial, sans-serif;
    font-size: 14px;
}

.outer {
    display: grid;
    grid-template-columns: 465px auto;
    grid-gap: 0px;
}

.left div {
    /* background: #242424; */
    /*min-height: 900px;*/
    /* padding: 1px 20px 10px 20px; */
    /* border-radius: 10px; */
    margin-bottom: 10px;
    /* background-image: linear-gradient(#222222 0px, #191919 60px, #303030 60px, #242424); */
}

#settings {
    font-size: 16px;
}
#selection {
    font-size: 16px;
}
#sources {
    font-size: 14px;
}

.right {
    min-height: 900px;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 0;
}
#map {
    width: 100%;
    min-height: 900px;
}
#settings > label {
    display: block;
    margin-bottom: 15px;
}
#selection > label {
    display: block;
    margin-bottom: 15px;
}
canvas {
    border-radius: 10px;
    overflow: hidden;
}
h3 {
    margin-top: 14px;
}

#header {
    background-image: linear-gradient(#222222, #191919);
    padding: 20px 20px 20px 20px;

}

#data table {
    width: 100%;
    /* margin-top: 40px; */
    /* padding: 10px 0; */
    /* font-size: 16px; */
}
#data td {
    padding: 3px 0;
}


#data td:first-child {
    color: #b3b3b3;
    line-height: 150%;
    /* font-style: italic; */
}
#data td:last-child {
    color: #e6e6e6;
    text-align: right;
    font-weight: normal;
}

#logo {
    width: 120px;
}
#logo:hover {
    filter: brightness(70%) sepia(100%) saturate(200%) hue-rotate(150deg);
}
#bla {
    min-height: 600px;
}
#data-2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-columns: 32.5% 32.5% 32.5%;
    grid-gap: 12px;

    /*min-height: 400px;*/
}
.data2 {
    min-height: 400px;
    background-image: linear-gradient(#222222 0px, #191919 60px, #303030 60px, #242424);
    border-radius: 10px;
    margin-top: 10px;
    padding: 1px 20px 10px 20px;	
}

#mapContainer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-width: 0;
}
#xmap {
  width: 100%;
  height: 100%;
}
#overlay {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  pointer-events: none; /* allows dragging globe */
}

#overlay button {
  pointer-events: auto; /* enable clicking button */
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 20px;
}

.donut {
    padding-top: 20px;
}

.infobox h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #e6e6e6;
    margin-bottom: 40px;
}
.infobox {
    font-size: 20px;
    margin-top: 12px;
    padding: 1px 30px 50px 30px;
    border-radius: 10px;
    background-image: linear-gradient(#222222 0px, #191919 60px, #303030 60px, #242424);
}

.infobox .infotitle {
    color: #b3b3b3;
    margin-bottom: 4px;
}

.infobox .infodata {
    color: #f2f2f2;
    font-size: 26px;
    font-weight: 400;
    margin-top: 2px;
}

.charts-2 {
 display: flex;
  justify-content: space-between;
   
}

table.rank {
    font-size: 14px;
    text-align: left;
}
table.rank td:last-of-type,
table.rank td:first-of-type {
    text-align: right;
}
table.rank td {
    padding: 0 5px;
}