body {
    background-color: #ffffff;
    color: #ccc;
    font-family: sofia-pro, sans-serif;	
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin: 20px;
}
#pagetop {
    text-align: left;
    
    margin: 18px 18px 0px 18px;
}
#pagetop h1 {
    font-size: 36px;
    line-height:38px;
}
#pagetop p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

#chartdiv {
    height:88vh;
    width: 96vw;
}

.header-bar {
    margin: 0 px auto;
    display: block;
    height: 20px;
    padding: 0px 40px 4px 40px;
}

.align-right {
    float: right;
    color: black;
    text-align: right;
}

.notes {
 padding: 40px;   
 font-size: 12px;
 font-weight: 100;
 color: #4a4a4a;
}

.notes a {
    color: black;
}

.tooltiptext {
    text-align: center;
    font-size: 12px;
    padding: 0 0 4px 0;
    width: 170px;
}

.tooltiptext-sm {
    text-align: center;
    font-size: 12px;
    padding: 0 0 4px 0;
    width: 80px;
}

.tooltipstat, .tooltipperson {
    display: block;
    font-size: 16px;
    font-weight: 700;
    white-space: pre-wrap;
}

.tooltipstat {
    margin-bottom: 3px;
}

.btnstrip {
    text-align: center;
    margin-bottom: 12px;
}

.btn {
    font-family: sofia-pro, sans-serif;	
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #eff1f4;
    border: none;
    margin: 0 4px;
    border: 1px solid #cbd1d6;
    border-radius: 32px;
    padding: 3px 12px 4px 12px;
}

.btn:hover {
    color: blue;
  }

.btn-selected {
    color: blue;
    background-color: #c7ebff;
    border: 1px solid #a3dcfc;
}

@media (max-height:400px){
body {
    font-size: 13px;
}
}
@media (max-width:600px){
body {
    font-size: 13px;
}
}