body {
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2 {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
}

img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

figcaption {
    text-align: center;
}

.write-up h3 {
    color: gray;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

a {
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
  
p, li {
    margin: .5rem 0;
    font-size: 1.125rem;
}

path {
    /* fill: #ccc; */
    stroke: darkgray;
}

path:hover {
    fill: #7DFDFE;
}

.symbol {
    fill-opacity: .8;
    stroke: #fff;
}

#no-data-text {
    position: absolute;
    top: 10%;
    left: 30%;
}

#no-data-text h1 {
    color: lightgray;
}

#visualization {
    position: relative;
    width: 800px;
    text-align: center;
    border-right-width: 0;
}
  
#filters {
    width: 280px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1rem 0;
}

.frame {
    /* border: 1px solid black; */
    box-sizing: border-box;
    padding: 0.5rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 50px;
    position: relative;
}

.flex-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 50px;
    position: relative;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

select {
    margin: 10px 0;
}

div.tooltip {	
    padding: 5px;
    background: #2c5489;
    color: white;
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.title {
    margin-top: 100px;
}

.bar {
    fill: #2c5489;
}