I need to add a row to my table at the top but it only needs to be 4 columns wide which are aligned to the right. The additional row should also have a extra thick horizontal line the same thickness as what I have in my code now. It should have one extra thick vertical line to the left and skinny vertical lines everywhere else. I also need colored lines.
to skip a column you can use \multicolum. It's intended for merging cells, but can be used to produce cells with different formatting. Here, for example:
Btw. I don't like framing all cells in a table, it's hardly readable. I know from good books that using just horizontal lines, supporting reading, is good style, but not using vertical lines. If you need all those lines, then of course it's ok, it's just a general side note.
The arrayrulecolor cmd wasn't working for the vertical lines so I just used the color command for the "|"
The top line should be blue, then the line bellow the cells with "1.11" in them, should be 2pt as well. Also for the cell above "10" there shouldn't be a left, or top line.
I believe the simplest solution here would be to define a command for a new hline like with the cline but I don't know how to do it. I got the code for the cline on the forums here but I don't understand it. Can someone please show me how?