.ms-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    border: solid 1px #e9e9e9;
    border-radius: 5px;
    box-shadow: 0 0 10px gray;
    margin-bottom: 10px;
}
.ms-toolbar {
    /*height:60px;*/
    min-height: 60px;
    display: flex;
    flex-direction: row;
    background-color: #e9e9e9;
}
.ms-selector {
    height:60px;
    min-height: 40px;
    padding: 5px;
    flex-grow: 1;
}
.ms-selector-stat {
    max-width: 120px;
}
.ms-selector-variable {
    max-width: 240px;
}
.ms-selector-interval {
    max-width: 120px;
    justify-content: flex-start;
}
.ms-chart-wrapper {
    flex-grow: 1;
}
.ms-title {
    padding-left: 10px;
    line-height: 60px;
    font-size: 18px;
    color: dodgerblue;
}
.ms-minimizer {
    color:gray;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    opacity: 0.8;
    width: 40px;
    min-width: 40px;
}
.ms-minimizer:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}
.ms-period {
    /*width: 130px;
    max-width: 130px!important;*/
}
