diff --git a/docs.it4i/general/resource-accounting.md b/docs.it4i/general/resource-accounting.md
index 7c327a8c3349cf255056948bae927e354d529972..079e7eef8819d5c34f9d6a6b805a0aac5a5f5215 100644
--- a/docs.it4i/general/resource-accounting.md
+++ b/docs.it4i/general/resource-accounting.md
@@ -18,14 +18,13 @@ The same rule applies for unspent [reservations][10a].
 
 ## Resource Accounting Formula
 
-| Resources                | NH Consumed                  |
-| ------------------------ | ---------------------------- |
-| Barbora \*, Karolina CPU | allocated nodes \* time      |
-| Karolina GPU             | allocated gpus \* time / 8   |
-| Karolina FAT             | allocated cpus \* time / 768 |
-| Karolina VIZ             | allocated cpus \* time / 64  |
-
-\*: all types of nodes<br>
+| Resources                       | NH Consumed                  |
+| ------------------------------- | ---------------------------- |
+| Barbora All types, Karolina CPU | allocated nodes \* time      |
+| Karolina GPU                    | allocated gpus \* time / 8   |
+| Karolina FAT                    | allocated cpus \* time / 768 |
+| Karolina VIZ                    | allocated cpus \* time / 64  |
+
 time: duration of the Slurm job in hours
 
 !!! important "CPU/GPU resources granularity"