/* modebar position and style */
.js-plotly-plot .plotly .modebar {
    left: 2px;
}
.js-plotly-plot .modebar-container .modebar-group:first-of-type [data-title]::after {
    left: 0;
    width: 142px;
}
/*
.js-plotly-plot .plotly .modebar:hover {
    background: white;
    border: 1px solid #eee;
    padding: 4px;
}
*/
.js-plotly-plot .plotly .modebar-group {
    border: 1px solid #eee;
    padding: 4px;
}
/* hide some components in small style */
.js-plotly-plot .plotly.small .modebar-container,
.js-plotly-plot .plotly.small .draglayer {
    display: none;
}