diff --git a/glossary.tex b/glossary.tex
index 078afd482c5c6bb0a918c778a31530537f3ddc00..4cc72d9a8ba95f1bfab4ff85a06826d847af0a9f 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -71,7 +71,7 @@
 		description={A generic term for any magic user which the author occasionally employs in a futile attempt to seem more high-brow}
 		}
 
-	\newacronym[description={An abstract measurement of how much training characters get.  PCs spend XP to buy Traits},shortplural={XP}]{xp}{XP}{Experience Point}
+	\newacronym[description={An abstract measurement of how much valuable experience and learning characters have acquired.  PCs spend XP to buy Traits},shortplural={XP}]{xp}{XP}{Experience Point}
 
 	\newglossaryentry{natural}{
 		name={Natural Roll},
diff --git a/preamble.tex b/preamble.tex
index 736a0bffe84c669988bd32a716c5b3236961b9a9..c8b9ca30b33dc2ee858711b486a4ec88ca965013 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -25,7 +25,7 @@
 \usepackage{colortbl}
 \usepackage[poster]{tcolorbox}
 \tcbuselibrary{breakable,raster}
-\tcbset{enhanced,colback=white,breakable,arc=6mm,outer arc=1mm}
+\tcbset{enhanced,drop shadow east,colback=white,breakable,arc=6mm,outer arc=1mm}
 
 %%%%%%%%%% Section Headers %%%%%%%%%%
 
@@ -256,10 +256,8 @@ Roll & Result \\
 %%%%% Side Quests
 
 \newcommand{\sidequest}[1]{\subsection[#1]{#1 -- \encnum}}
-\newcommand{\town}[1]{\subsubsection{$\boxbox$ (Town) #1}}
-\newcommand{\forest}[1]{\subsubsection{$\merge$ (Forest) #1}}
-\newcommand{\villages}[1]{\subsubsection{$\logof$ (Villages) #1}}
-\newcommand{\lowercollege}[1]{\subsubsection{$\curlywedgedownarrow$ (Lower College) #1}}
-\newcommand{\uppercollege}[1]{\subsubsection{$\curlywedgeuparrow$ (Upper College) #1}}
-
-
+\newcommand{\forest}[1]{\subsection{(\ding{168} Forest) #1}}
+\newcommand{\town}[1]{\subsection{(\ding{169} Town) #1}}
+\newcommand{\villages}[1]{\subsection{(\ding{170} Villages) #1}}
+\newcommand{\lowercollege}[1]{\subsection{(\ding{170} Lower College) #1}}
+\newcommand{\uppercollege}[1]{\subsection{(\ding{171} Upper College) #1}}