I ended up doing:
body.postid-10717 .IOTMonth {
display:block;
}
Thanks, it’s almost working. It’s hidden on all the pages but it’s not showing up on the page I need it to. I’ve tried:
body.10717 .IOTMonth {display:block;}
and
body.page-id-10717 .IOTMonth {display:block;}
Any ideas?