#mytoolbar-right {
    padding-right: 10px;
}

#logo {
    background-color: #583333;
    padding: 15px;
    color: aliceblue;
}

#version {
    background-color: #583333;
    padding: 15px 15px 1px;
    color: aliceblue;
}

#mycontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    min-width: 310px;
}

#st1 {
    color: aliceblue;
    transition-duration: .2s;
    padding: 50px;
    width: 164px;
    height: 100px;
    font-size: large;
    font-weight: 400;
    text-shadow: 1px 1px 3px black;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#st2 {
    bottom: 67px;
    position: relative;
    right: -243px;
    width: 56px;

}

.widget {
    width: 310px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    border: solid 1px #00000054 !important;
    margin: 2px;
    transition-duration: .2s;
    box-shadow: 1px 1px 5px #00000038;
}

.range-widget {
    box-shadow: 1px 1px 5px #00000038;
    padding: 20px;
    width: 264px;
    height: 100px !important;
    background-color: rgb(255, 255, 255) !important;
    border: solid 1px #00000054 !important;
    margin: 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: small;
    color: dimgray;
}

.range-widget-value {
    font-size: larger;
    width: 60px;
    border: 0;
    float: right;
    text-align: end;
    padding-top: 20px;
}

.myswitch {
    width: 109px !important;
}

.switch-tittle {
    text-align: center;
    margin-top: 15px;
}

.range-widget-tittle {
    padding-bottom: 20px;

}

.highcharts-data-table table {
    min-width: 310px;
    margin: 1em auto;
}