/* Fixes empty iframes */
/* .c3htmlwrap iframe{ background-color: #000 !important; } */

/* Fixes canvas being loaded with content */
canvas{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.c3htmlwrap{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; }