html {
    max-width: 600px;
    min-width: 260px;
    width: 100%;
    margin-left: 2px;
}

#chart {
    max-width:600px;
    min-width: 260px;
    width: 100%;
}


@media(max-device-width: 600px) {
    #toggleSettingsButtons a i {
        display: none;
    }
}

.btn-group {
    /*width: 30%;*/
    float: left;
}

form {
    float: left;
    width: 45%;
    margin: auto;
    position: relative;
    margin-right: 5px;
}

#stop-btn {
    display: none;
}

#play-btn, #stop-btn, #reset-btn {
    float: left;
    margin:15px 0 15px 0;
    width: 80px;
}

text {
    font: 10px "Lucida Sans";
}

.dot {
    stroke: white;
}

.dot.active {
    stroke-width: 3;
}

.followed {
    stroke: rgb(250,165,0);
    stroke-width: 3;
}

.dot_history {
    stroke: white;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.label {
    fill: #777;
}

.year.label {
    font: 300 100px "Lucida Sans";
    fill: #ddd;
}

.year.label.active {
    fill: #aaa;
}

.selektion {
    width: 300px;
    padding: 10px;
    position: relative;
    float: left;
}
.select-wrapper input.select-dropdown {
    height: 2rem;
    font-size: 10pt;
}

ul.dropdown-content.select-dropdown li span {
    font-size: 10pt;
}

.description{
    font-family: "Lucida Sans";
    margin-top: 10px;
    padding: 0 5px 0 5px;
    font-size: 8pt;
    text-align: justify;
}

div.tooltip {
    position: absolute;			
    text-align: center;			
    width: 100px;
    height: 25px;
    padding: 5px;				
    font: 12px sans-serif;		
    color: white;
    background: rgba(0,0,0,0.8);
    border: 0px;				
    pointer-events: none;			
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}