/*
 * Here is the style to embed
 * the iframe (height, width ...)
 *
 * the toastbar is only for the demo version
 */

html, body {
    background: #ddd;
    height: 100%;
    margin: 0;
}
#core-value-widget {
    height: 100%;
    width: 100%;
}
#core-value-widget iframe {
    border: none;
    width: 100%;
    min-height: 800px;
    height: 99%
}
#core-value-widget iframe.fullmode {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}