/* default dimensions for google docs iframe */
.docs_google_com {
    width: 500px;
    height: 400px;
}

/* default dimensions for onedrive docs */
.onedrive_live_com {
    width: 600px;
    height: 500px;
}
/* NOTE: inline styling has been added in v0.0.7 but this remains for backwards compat */