diff --git a/9_3_Using_CSV_in_Scripts.md b/9_3_Using_CSV_in_Scripts.md
index 814ddf1..5600aa0 100644
--- a/9_3_Using_CSV_in_Scripts.md
+++ b/9_3_Using_CSV_in_Scripts.md
@@ -59,9 +59,9 @@ Except pretty much no one does this. The new [BIP 68](https://github.com/bitcoin
| | Absolute Timelock | Relative Timelock |
-|:----------------:|-------------------|-------------------|
-| Lock Transaction | nTimeLock | nSequence |
-| Lock Output | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
+|------------------|-------------------|-------------------|
+| **Lock Transaction** | nTimeLock | nSequence |
+| **Lock Output** | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
## Understand the CSV Opcode