#stats-menu{
    padding-bottom: 1em;
}

.tooltip{
    position: absolute;
    text-align: left;
    padding: 2px;
    background-color:rgb(56, 56, 56);
    border-radius: 5px;
}

.title-text{
    padding-top: 2em;
}

.btn-link{
    background: none;
    border: none;
    padding: 0;
    /* font-size: medium; */
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

#scatter {
    height: 700px;
}

/* mobile only (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* lollipop svg */
    .lollipop-svg{
        width: 100%;
        height: auto;
    }
    .WC-div{
        display: block;
    }

    #scatter {
        height: 400px;
    }
}
/* medium devices and larger*/
@media only screen and (min-width: 600px) {
    #stats-menu1,
    #stats-menu2{
        padding-left: 0.5em;
    }   
    .WC-div{
        display: inline;
        /* float: left; */
    } 
}