Looks like I got it actually!
Just needed to drop in
.wowpi_guild_roster tr.even {
background-color: #0006;
}
.wowpi_guild_roster tr.odd {
background-color: #000;
}
Into my style.css for the theme. I was worried that your table CSS would come last and overwrite changes I made.
Seriously,
Awesome work on your plugin!
Awesome response sir! Worked quite well, now I just need to format the CSS for the table.
Thank you!