Hi guys
I'm struggling to identify how to hide these columns (or just the content) using custom CSS:

I think it should be as 'simple' as:
# 1. the Total column {
display: none;
}
# 2. the Groups columns {
display: none;
}
As you can see, it's the bits in red that I'm failing at! I've been inspecting the code of the Grades screen but after some trial and error I'm ready to ask for some help please!
Cheers
Adam