@font-face {
    font-family: "Big Miller";
    src: url("/fonts/BigMiller-Roman.otf");
}

@font-face {
    font-family: "Big Miller Bold";
    src: url("/fonts/BigMiller-Black.otf");
}

body {
    background-color: rgba(236, 160, 166, 0.08);
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.years {
  font-size: 16px;
}

h1 {
  margin-bottom: 0px;
}

a,
a:visited,
a:active {
    color: black;
}

.container {
    max-width: 640px;
    margin: auto;
}

.button {
    border-radius: 0px;
    padding: 5px 10px;
    margin: 5px;
    width: 19%;
    border: none;
    background-color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}

.button.active {
    background: rgba(236, 160, 166, 1);
    color: #fff;
}

#vis {
    max-width: 640px;
    height: 700px;
    clear: both;
    margin-bottom: 10px;
    margin-top: 30px;
}

#toolbar {
    margin-top: 30px;
}

.bubble_group_label {
    font-size: 18px;
    fill: black;
    cursor: default;
}

.tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
    background: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 10px;
    width: 200px;
    font-size: 12px;
    z-index: 10;
    border-radius: 2px;
    line-height: 1.1;
    text-align: left;
}

#report_title {
  font-family: "Big Miller Bold", serif;
}

.tooltip .title {
    font-size: 13px;
}

.tooltip .name {
    font-weight: bold;
}