.line {
    fill: none;
}

html {
    background: #333333;
    color: #fffffb;
    font-family: 'Roboto', sans-serif;
    margin-left: 50px;
}

button {
    color: #fffffb;
    height: 50px;
    width: 60px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 35px;
    text-align: center; /* Center the text horizontally. */
    line-height: 0px;
}

#chart-div {
    clear: both;
    margin-top: 20px;
    border-radius: 14px;
    display: block; /* Das Element wird als Blockelement gerendert. */
}

#chart {
    padding-left: 20px;
}

#playPauseButton, #slidercontainer, #resetButton, #pastSliderContainer, #scaleSliderContainer {
    float: left;
    display: inline;
}

#slidercontainer {
    margin-left: 20px;
    border-radius: 8px;
    height: 50px;
}

#scaleSliderContainer {
    margin-top: 20px;
    border-radius: 8px;
    height: 50px;
}

#speedSlider, #scaleSlider {
    width: 500px;
}

#resetButton {
    margin-left: 20px;
}

p {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 20px;
    font-size: 12px;
}

.material {
    background: #222222;
    box-shadow: -3px 3px #111111, -2px 2px #111111, -1px 1px #111111;
    border: 1px solid #111111;
}

.chart-info {
    margin-left: 20px;
}

h1 {
    margin-top: 30px;
}

#status_checkbox_container, #state_checkbox_container {
    float: left;
    height: 50px;
    margin-left: 20px;
    border-radius: 8px;
}

#status_checkbox, #state_checkbox {
    height: 48px;
    width: 30px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.checkbox_label {
    margin-left: 5px;
    padding-left: 5px;
    float: left;
    font-size: 15px;
    padding-top: 12px;
}