I fixed it myself by addminf the following to nsp_RegisterPluginStylesAndScripts():
$page = $_GET['page'];
$add_styles = !((strpos($page, 'nsp_') === false) &&
(strpos($page, 'nsp-') === false));
if ($add_styles) {
// enqueue all styles and scripts here
}