body {
    overflow : hidden;
}
.shinken-body {
    padding-left  : 0 !important;
    padding-right : 0 !important;
}
#id-shinken-iframe-for-container {
    width    : 100%;
    height   : calc(100vh - 60px);
    position : absolute;
    top      : 60px;
}
.shinken-not-authenticate #id-shinken-iframe-for-container {
    top    : 0;
    height : 100vh;
}
#id-shinken-iframe-for-ui-visualisation {
    width  : 100%;
    height : 100%;
    border : 0;
}
.shinken-table-float-right {
    float : right;
}