The plugin stylesheets are completely missing from the page. That usually happens when the wp_head() or the wp_footer() calls are completely missing from the page source – or the page is cached and the plugin styles are not yet printed.
You may need to ask the theme author how that works.