diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index ee52b4ed85bd5cf81b20598a49fca0e76d878f67..0b0d6254b92fceccecfbd03926f4edda4a69c80a 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -347,4 +347,11 @@ table.corporate td {
 }
 div.tab {
 	margin-left: 20px;
+}
+div.indent {
+	text-indent: 2em;
+}
+
+div.double-indent {
+	text-indent: 4em;
 }
\ No newline at end of file
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 02f393d8c63d9035fdc35b45942b107709cf8fe3..6f832d65d5193b8a742713986269d8443912cc9c 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -403,7 +403,7 @@ Piercings:
 <<if _piercingCount == 0>>
 	$His smooth $activeSlave.skin skin is completely unpierced.
 <</if>>
-<div class="tab">
+<div class="indent">
 <<if $activeSlave.earPiercing > 0 >><div><<= App.Desc.piercing($activeSlave, "ear")>></div><</if>>
 <<if $activeSlave.nosePiercing > 0 >><div><<= App.Desc.piercing($activeSlave, "nose")>></div><</if>>
 <<if $activeSlave.eyebrowPiercing > 0 >><div><<= App.Desc.piercing($activeSlave, "eyebrow")>></div><</if>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index cbad7f9fcb7787cc7ded0958d69ec7b739434e5e..22ca773d6af76fe5ac6eb2732a80fdce611a1504 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -40,7 +40,7 @@
 </div>
 
 <h3>Work on $his face:</h3>
-<div style="text-indent:2em">
+<div class="indent">
 	$His $activeSlave.faceShape face is
 	<<if $activeSlave.face < -95>>
 		very ugly.
@@ -91,7 +91,7 @@
 		<<else>>
 			A single facial surgery is not projected to significantly impact artificiality.
 		<</if>>//
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.faceShape != "normal">>
 				[[Make conventionally feminine|Surgery Degradation][$activeSlave.faceShape = "normal",$activeSlave.faceImplant = Math.clamp($activeSlave.faceImplant+_artificiality,0,100),cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.health -= 10,$surgeryType = "face"]] |
 			<</if>>
@@ -129,7 +129,7 @@
 </div>
 
 /*Eyes*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has <<print App.Desc.eyesType($activeSlave)>><<if hasAnyEyes($activeSlave)>>, they are <<print App.Desc.eyesVision($activeSlave)>><</if>>.
 	/* eye blur and fix */
 	<<if hasAnyEyes($activeSlave)>>
@@ -208,7 +208,7 @@
 </div>
 
 /*Regular Ears*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has
 	<<if $activeSlave.earShape == "normal">>
 		normal ears.
@@ -258,7 +258,7 @@
 </div>
 
 /*Top Ears*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.earT != "none">>
 		$He has
 		<<if $activeSlave.earT == "none">>
@@ -309,7 +309,7 @@
 </div>
 
 /*Hearing*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.earImplant == 1>>
 		$He has cochlear implants.
 	<<elseif ($activeSlave.hears <= -2)>>
@@ -342,7 +342,7 @@
 </div>
 
 /*Horns*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has <<if $activeSlave.horn == "none">>no horns<<else>>$activeSlave.horn<</if>>.
 	<<if $activeSlave.indentureRestrictions >= 2>>
 		//$His indenture forbids elective surgery//
@@ -377,7 +377,7 @@
 </div>
 
 /*Lips*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has
 	<<if $activeSlave.lips <= 10>>
 		thin, unattractive lips.
@@ -422,7 +422,7 @@
 </div>
 
 /*Teeth*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<switch $activeSlave.teeth>>
 	<<case "crooked">>
 		$He has crooked teeth.
@@ -478,7 +478,7 @@
 </div>
 
 /*Voice*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.electrolarynx == 1>>
 		$He has an artificial larynx.
 	<<else>>
@@ -518,7 +518,7 @@
 </div>
 
 /*Smell*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.smells == 0 && $activeSlave.tastes == 0>>
 		$He has a working chemosensory system.
 	<<elseif $activeSlave.smells == 0>>
@@ -543,7 +543,7 @@
 </div>
 
 /*Scars*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.scar["left cheek"]>>
 		$He has <<= App.Desc.expandScarString($activeSlave, "left cheek")>> on $his left cheek.
 		[[Remove all scars there|Surgery Degradation][delete $activeSlave.scar["left cheek"], cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 5, $surgeryType = "scarRemov"]]
@@ -556,7 +556,7 @@
 <h3>Work on $his chest:</h3>
 
 /*Generic boob desc*/
-<div style="text-indent:2em">
+<div class="indent">
 	$His
 	<<if $activeSlave.boobs < 300>><<print either("androgynous", "flat")>> chest is barely there.
 	<<elseif $activeSlave.boobs < 400>><<print either("pointy", "tiny")>>, <<print $activeSlave.boobs>>cc chest only fill A-cups.
@@ -572,7 +572,7 @@
 </div>
 
 /*Boob implants*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has
 	<<if $activeSlave.boobsImplant > 0>>
 		<<if $activeSlave.boobsImplant > 600>>
@@ -602,7 +602,7 @@
 	<<= _surgeryLinks.join('&thinsp;|&thinsp;')>>
 </div>
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.boobsImplant != 0>>
 		The shape of $his breasts is determined by $his implants.
 	<<else>>
@@ -647,7 +647,7 @@
 </div>
 
 /* Nipples*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $surgeryUpgrade == 1>>
 		$He has $activeSlave.nipples nipples.
 		<<if $activeSlave.indentureRestrictions >= 2>>
@@ -673,7 +673,7 @@
 </div>
 
 /*Areolae*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.areolae == 0>>
 		$His areolae are small <<if $activeSlave.areolaeShape != "circle">>and have been surgically altered to be <<= $activeSlave.areolaeShape>>-shaped<<else>>and fairly normal<</if>>.
 	<<elseif $activeSlave.areolae == 1>>
@@ -707,7 +707,7 @@
 </div>
 
 /*Lactation*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.lactation == 0>>
 		$He is not lactating.
 	<<elseif $activeSlave.lactation == 2>>
@@ -728,7 +728,7 @@
 <h3>Work on $his midriff:</h3>
 
 /*Fat*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.indentureRestrictions >= 2 && $activeSlave.weight > 30>>
 		//$His indenture forbids elective surgery//
 	<<elseif $activeSlave.weight > 30>>
@@ -746,7 +746,7 @@
 </div>
 
 /*Also fat*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has
 	<<if $activeSlave.waist > 95>>a masculine
 	<<elseif $activeSlave.waist > 40>>an ugly
@@ -770,7 +770,7 @@
 </div>
 
 /*Belly*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He's
 	<<if $activeSlave.pregKnown > 0>>
 		pregnant.
@@ -847,13 +847,13 @@
 		<<if $activeSlave.indentureRestrictions < 2>>
 			| [[Remove implant|Surgery Degradation][$activeSlave.bellyImplant = -1, $activeSlave.cervixImplant = 0, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10, $surgeryType = "bellyOut"]]
 			<<if $activeSlave.cervixImplant != 1 && $activeSlave.cervixImplant != 3 && $cervixImplants >= 1 && $activeSlave.vagina > -1>> /* slave should have vagina */
-				<div style="text-indent:2em">
+				<div class="indent">
 					[[Install cervix micropump filter|Surgery Degradation][$activeSlave.cervixImplant = ($activeSlave.cervixImplant==0?1:3), $activeSlave.health -= 5, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $surgeryType = "cervixPump"]]
 					//Will allow $his belly implant to slowly swell as people cum in $his vagina//
 				</div>
 			<</if>>
 			<<if $activeSlave.cervixImplant != 2 && $activeSlave.cervixImplant != 3 && $cervixImplants == 2>>
-				<div style="text-indent:2em">
+				<div class="indent">
 					[[Install rectal micropump filter|Surgery Degradation][$activeSlave.cervixImplant = ($activeSlave.cervixImplant==0?2:3), $activeSlave.health -= 20, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $surgeryType = "cervixPumpA"]]
 					//Will allow $his belly implant to slowly swell as people cum in $his anus//
 				</div>
@@ -863,7 +863,7 @@
 </div>
 
 /* Uterine Implants */
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.wombImplant == "none" && ($UterineRestraintMesh == 1) && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>>
 		$He has a normal uterus<<if $activeSlave.mpreg == 1>>, though slightly repositioned<</if>>.
 		<<if $activeSlave.indentureRestrictions >= 1>>
@@ -890,7 +890,7 @@
 </div>
 
 /*Belly sag*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.bellySagPreg > 0>>
 		<<if $activeSlave.belly >= 1500>>
 			$He has a sagging midriff, ruined from excessive pregnancy. It is currently filled out by $his swollen belly and cannot safely be worked on.
@@ -909,7 +909,7 @@
 </div>
 
 /*Csec*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.scar.hasOwnProperty("belly") && $activeSlave.scar.belly.hasOwnProperty("c-section"))>>
 		<<if $activeSlave.scar.belly["c-section"] > 0>>
 			$He has an unsightly c-section scar.
@@ -926,7 +926,7 @@
 <h3>Work on $his butt:</h3>
 
 /*Butt*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He's got a
 	<<if $activeSlave.butt <= 1>>flat and <<print either("skinny", "slim", "taut")>> ass.
 	<<elseif $activeSlave.butt <= 2>><<print either("rounded, small", "small but rounded", "small, sleek")>> rear end.
@@ -974,7 +974,7 @@
 <h3>Work on $his sex:</h3>
 
 /*Female sex*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.vagina > -1>>
 		<<if $activeSlave.labia == 0>>
 			$He has minimal pussylips.
@@ -996,7 +996,7 @@
 				[[Increase labia|Surgery Degradation][$activeSlave.labia += 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "labiaplasty"]]
 			<</if>>
 		<</if>>
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.dick == 0>>
 				$He has
 				<<if $activeSlave.clit == 0>>
@@ -1034,7 +1034,7 @@
 
 /* TODO: add a check for slave's eggType */
 /*Fertility*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.preg > -2) && ($activeSlave.preg < 1) && ($activeSlave.ovaries != 0 || $activeSlave.mpreg != 0) && ($activeSlave.pubertyXX == 0)>>
 		$He has not had $his first period.
 	<<elseif ($activeSlave.preg > -2) && ($activeSlave.preg < 1) && ($activeSlave.ovaries != 0 || $activeSlave.mpreg != 0)>>
@@ -1056,7 +1056,7 @@
 	<</if>>
 
 	<<if ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>>
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if ($activeSlave.pubertyXX == 0)>>
 				$He has <<if ($activeSlave.eggType != "human")>><<print ($activeSlave.eggType)>><</if>> ovaries but has not had $his first period.
 			<<else>>
@@ -1064,7 +1064,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.ovaImplant != 0>>
 				<<switch $activeSlave.ovaImplant>>
 				<<case "fertility">>
@@ -1086,7 +1086,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 		<<if $activeSlave.indentureRestrictions < 1 && ($activeSlave.breedingMark != 1 || $propOutcome == 0 || $eugenicsFullControl == 1 || $arcologies[0].FSRestart == "unset")>>
 			<<if $activeSlave.ovaries == 1>>
 				<<if $activeSlave.preg > 0>>
@@ -1106,7 +1106,7 @@
 		</div>
 
 		<<if $seeExtreme == 1 && $seeHyperPreg == 1 && $seePreg != 0 && $permaPregImplant == 1>>
-			<div style="text-indent:2em">
+			<div class="indent">
 				<<if $activeSlave.assignment == "work in the dairy" && $dairyPregSetting > 0>>
 					$His womb is already rented out for the production of calves.
 				<<elseif $activeSlave.broodmother > 0>>
@@ -1115,7 +1115,7 @@
 						[[Remove the pregnancy generator|Surgery Degradation][$activeSlave.preg = 0,$activeSlave.pregWeek = -2,$activeSlave.pregSource = 0,$activeSlave.pregWeek = 0,$activeSlave.pregKnown = 0,$activeSlave.pregType = 0,$activeSlave.broodmother = 0,$activeSlave.broodmotherFetuses = 0,$activeSlave.broodmotherOnHold = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.pregControl = "none",$activeSlave.health -= 10,$surgeryType = "pregRemove"]]
 					<<else>>
 						$He is pregnant right now, so $his broodmother implant can't be safely extracted.
-						<div style="text-indent:4em">
+						<div class="double-indent">
 							<<if $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses == 1>> /*hack can be applied only one time, for type 1 broodmothers, and only if implant already present*/
 								[[Hack the pregnancy generator|Surgery Degradation][cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.pregControl = "none",$activeSlave.health -= 1,$surgeryType = "preg1hack"]] //This will trick the generator ova release logic, forcing it to release more than one ova each week. This is an untested override and can cause severe health problems.//
 							<<elseif $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses > 1>>
@@ -1137,7 +1137,7 @@
 </div>
 
 /*Sex description*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.dick == 0) && ($activeSlave.vagina == -1)>>
 		$He is a null, possessing neither penis nor vagina.
 	<<elseif ($activeSlave.dick != 0)>>
@@ -1218,7 +1218,7 @@
 </div>
 
 /*Extra sex surgery*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.vagina > 3)>>
 		$His vagina could benefit from surgical repair.
 		[[Repair pussy|Surgery Degradation][$activeSlave.vagina = 3,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
@@ -1233,7 +1233,7 @@
 	<</if>>
 </div>
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.balls > 0)>>
 		<<if ($activeSlave.balls == 1)>>
 			$His testicles are vestigial, but $he has balls. Technically. They are
@@ -1271,7 +1271,7 @@
 			<</if>>
 			[[Chemically castrate|Surgery Degradation][$activeSlave.ballType = "sterile",cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $surgeryType = "chem castrate"]]
 		<</if>>
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if ($activeSlave.vasectomy == 1)>>
 				$He has had a vasectomy and shoots blanks when $he cums<<if $activeSlave.pubertyXY == 0 || $activeSlave.ballType == "sterile">>, or would, if $he were potent<</if>>.
 				[[Reverse vasectomy|Surgery Degradation][$activeSlave.vasectomy = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10, $surgeryType = "vasectomy undo"]]
@@ -1293,7 +1293,7 @@
 </div>
 
 /*Prostate*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.prostate>>
 		$He has a <<if $activeSlave.prostate > 2>>hyperactive, ejaculation enhancing<<elseif $activeSlave.prostate > 1>>hyperactive<<else>>normal<</if>> prostate.
 		<<if $activeSlave.prostate >= 2 && $prostateImplants == 1>>
@@ -1328,7 +1328,7 @@
 <h3>Work on $his asshole:</h3>
 
 /*Asshole*/
-<div style="text-indent:2em">
+<div class="indent">
 	$He has
 	<<if $activeSlave.anus == 0>>
 		a virgin asshole.
@@ -1344,7 +1344,7 @@
 </div>
 
 /*Pucker up*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.anus > 3)>>
 		$His anal sphincter could benefit from surgical repair.
 		[[Repair asshole|Surgery Degradation][$activeSlave.anus = 3,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "anus"]] //This will reduce $his anal skills//
@@ -1362,17 +1362,17 @@
 <<if $geneticMappingUpgrade >= 1>>
 	<h2>Apply a retro-virus treatment:</h2>
 	<<if ($activeSlave.indentureRestrictions >= 1)>>
-		<div style="text-indent:2em">
+		<div class="indent">
 			//Modification at a genetic level clearly violates $his indenture contract//
 		</div>
 	<<elseif $activeSlave.health < 0>>
-		<div style="text-indent:2em">
+		<div class="indent">
 			//$He's too unhealthy to undergo gene therapy//
 		</div>
 	<<else>>
 		<h3>Available treatments:</h3>
-		
-		<div style="text-indent:2em">
+
+		<div class="indent">
 			<<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>>
 				<<if $activeSlave.geneMods.NCS == 0>>
 					[[Induced NCS treatment|Surgery Degradation][$activeSlave.geneMods.NCS = 1,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 80, $activeSlave.chem += 40,$surgeryType = "retrograde virus injection NCS"]] //This will induce @@.orange;NCS@@ in $his genetic code//
@@ -1382,7 +1382,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $RapidCellGrowthFormula == 1>>
 				<<if $activeSlave.geneMods.rapidCellGrowth == 0>>
 					[[Increased elasticity treatment|Surgery Degradation][$activeSlave.geneMods.rapidCellGrowth = 1,cashX(forceNeg($surgeryCost * 4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "elasticity treatment"]] //This will alter $his genetic code to encourage $his body to stretch//
@@ -1392,7 +1392,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.albinism == 2>>
 				[[Albinism prevention treatment|Surgery Degradation][$activeSlave.geneticQuirks.albinism = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.albinism == 1 && $geneticMappingUpgrade >= 2>>
@@ -1411,7 +1411,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.dwarfism == 2>>
 				[[Dwarfism correction treatment|Surgery Degradation][$activeSlave.geneticQuirks.dwarfism = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.dwarfism == 1 && $geneticMappingUpgrade >= 2>>
@@ -1422,7 +1422,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.gigantism == 2>>
 				[[Gigantism correction treatment|Surgery Degradation][$activeSlave.geneticQuirks.gigantism = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.gigantism == 1 && $geneticMappingUpgrade >= 2>>
@@ -1433,19 +1433,19 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.pFace == 2>>
 				[[Prevent passing of perfect faces|Surgery Degradation][$activeSlave.geneticQuirks.pFace = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<</if>>
 		<div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.uFace == 2>>
 				[[Prevent passing of hideous faces|Surgery Degradation][$activeSlave.geneticQuirks.uFace = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.hyperFertility == 2>>
 				[[Correct genetic hyper fertility|Surgery Degradation][$activeSlave.geneticQuirks.hyperFertility = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.hyperFertility == 1 && $geneticMappingUpgrade >= 2>>
@@ -1456,7 +1456,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.fertility == 2>>
 				[[Correct heightened fertility|Surgery Degradation][$activeSlave.geneticQuirks.fertility = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.fertility == 1 && $geneticMappingUpgrade >= 2>>
@@ -1467,7 +1467,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.superfetation == 2>>
 				[[Correct ova release during pregnancy|Surgery Degradation][$activeSlave.geneticQuirks.superfetation = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.superfetation == 1 && $geneticMappingUpgrade >= 2>>
@@ -1478,7 +1478,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.gigantomastia >= 2>>
 				[[Correct gigantomastia|Surgery Degradation][$activeSlave.geneticQuirks.gigantomastia = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.gigantomastia == 1 && $geneticMappingUpgrade >= 2>>
@@ -1489,7 +1489,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.macromastia >= 2>>
 				[[Correct macromastia|Surgery Degradation][$activeSlave.geneticQuirks.macromastia = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.macromastia == 1 && $geneticMappingUpgrade >= 2>>
@@ -1500,7 +1500,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.rearLipedema == 2>>
 				[[Correct lipedema|Surgery Degradation][$activeSlave.geneticQuirks.rearLipedema = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.rearLipedema == 1 && $geneticMappingUpgrade >= 2>>
@@ -1511,7 +1511,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.wellHung == 2>>
 				[[Correct genetic predisposition for large genitals|Surgery Degradation][$activeSlave.geneticQuirks.wellHung = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.wellHung == 1 && $geneticMappingUpgrade >= 2>>
@@ -1522,7 +1522,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.wGain == 2>>
 				[[Correct hyperleptinemia|Surgery Degradation][$activeSlave.geneticQuirks.wGain = 0, $activeSlave.weightDirection = 0, cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.wGain == 1 && $geneticMappingUpgrade >= 2>>
@@ -1533,7 +1533,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.wLoss == 2>>
 				[[Correct hypoleptinemia|Surgery Degradation][$activeSlave.geneticQuirks.wLoss = 0, $activeSlave.weightDirection = 0, cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.wLoss == 1 && $geneticMappingUpgrade >= 2>>
@@ -1544,7 +1544,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.mGain == 2>>
 				[[Correct myotonic hypertrophy|Surgery Degradation][$activeSlave.geneticQuirks.mGain = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.mGain == 1 && $geneticMappingUpgrade >= 2>>
@@ -1555,7 +1555,7 @@
 			<</if>>
 		</div>
 
-		<div style="text-indent:2em">
+		<div class="indent">
 			<<if $activeSlave.geneticQuirks.mLoss == 2>>
 				[[Correct myotonic dystrophy|Surgery Degradation][$activeSlave.geneticQuirks.mLoss = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $activeSlave.chem += 100,$surgeryType = "gene treatment"]]
 			<<elseif $activeSlave.geneticQuirks.mLoss == 1 && $geneticMappingUpgrade >= 2>>
@@ -1571,7 +1571,7 @@
 <h3>Deal with $his hair:</h3>
 
 /*Main Hair*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<set _pubertyAge = Math.min($activeSlave.pubertyAgeXX, $activeSlave.pubertyAgeXY)>>
 	<<if $activeSlave.bald == 0 && $activeSlave.hStyle != "bald">>
 		$He naturally grows $activeSlave.origHColor hair from $his head.
@@ -1582,7 +1582,7 @@
 </div>
 
 /*Eyebrows*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.eyebrowHStyle != "bald")>>
 		$He has $activeSlave.origHColor eyebrows.
 		[["Surgically remove " + $his + " ability to grow eyebrows"|Surgery Degradation][cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$surgeryType = "eyebrow removal"]]
@@ -1592,7 +1592,7 @@
 </div>
 
 /*Armpit hair*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($activeSlave.underArmHStyle != "bald" && $activeSlave.underArmHStyle != "hairless") || ($activeSlave.pubicHStyle != "bald" && $activeSlave.pubicHStyle != "hairless")>>
 		$He <<if $activeSlave.physicalAge >= _pubertyAge>>naturally grows<<elseif $activeSlave.physicalAge >= _pubertyAge-1>>is beginning to grow<<else>>will someday grow<</if>> $activeSlave.origHColor body hair.
 		[["Surgically remove " + $his + " ability to grow body hair"|Surgery Degradation][cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$surgeryType = "body hair removal"]]
@@ -1604,7 +1604,7 @@
 <h3>Alter $his race:</h3>
 
 /*Race*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.indentureRestrictions < 1>>
 		$He is $activeSlave.race<<if $activeSlave.race != $activeSlave.origRace>>, but was originally $activeSlave.origRace<</if>>. Surgically alter $him to look more:
 		<<if $activeSlave.race != "white">>
@@ -1651,7 +1651,7 @@
 <h3>Work on $him structurally:</h3>
 
 /*Shoulder bones*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.indentureRestrictions < 1>>
 		<<if ($activeSlave.shoulders < -1)>>
 			$He has very narrow shoulders.
@@ -1704,7 +1704,7 @@
 </div>
 
 /*Hip bones*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.indentureRestrictions < 1>>
 		<<if ($activeSlave.hips < -1)>>
 			$He has very narrow hips.
@@ -1763,7 +1763,7 @@
 /*Tweak height*/
 
 <<if hasAllNaturalLimbs($activeSlave)>>
-	<div style="text-indent:2em">
+	<div class="indent">
 		<<if ($activeSlave.heightImplant == 0)>>
 			$He has normal femurs and humeri.
 		<<elseif ($activeSlave.heightImplant > 0)>>
@@ -1790,7 +1790,7 @@
 		<</if>>
 	</div>
 
-	<div style="text-indent:2em">
+	<div class="indent">
 		<<if ($activeSlave.heels == 0) && hasAnyNaturalLegs($activeSlave)>>
 			$He has healthy calves.
 		<<elseif ($activeSlave.heels == 1) && hasAnyNaturalLegs($activeSlave)>>
@@ -1828,28 +1828,28 @@
 
 	<div class="container">
 	<<if getLeftArmID($activeSlave) === 1>>
-		<div style="text-indent:2em">Left arm:</div>
+		<div class="indent">Left arm:</div>
 		<div><label><<radiobutton "_LA" 0 checked>> Leave </label></div>
 		<div><label><<radiobutton "_LA" 1>> Amputate </label></div>
 	<</if>>
 	<<if getRightArmID($activeSlave) === 1>>
-		<div style="text-indent:2em">Right arm:</div>
+		<div class="indent">Right arm:</div>
 		<div><label><<radiobutton "_RA" 0 checked>> Leave </label></div>
 		<div><label><<radiobutton "_RA" 1>> Amputate </label></div>
 	<</if>>
 	<<if getLeftLegID($activeSlave) === 1>>
-		<div style="text-indent:2em">Left leg:</div>
+		<div class="indent">Left leg:</div>
 		<div><label><<radiobutton "_LL" 0 checked>> Leave </label></div>
 		<div><label><<radiobutton "_LL" 1>> Amputate </label></div>
 	<</if>>
 	<<if getRightLegID($activeSlave) === 1>>
-		<div style="text-indent:2em">Right leg:</div>
+		<div class="indent">Right leg:</div>
 		<div><label><<radiobutton "_RL" 0 checked>> Leave </label></div>
 		<div><label><<radiobutton "_RL" 1>> Amputate </label></div>
 	<</if>>
 	</div>
 
-	<div style="text-indent:2em">
+	<div class="indent">
 		<<link "Amputate limb(s)">>
 			<<set _atleastOne = 0>>
 			/* temporary story variable */
@@ -1884,7 +1884,7 @@
 	</div>
 <</if>> /* extreme toggle */
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if !hasAllNaturalLimbs($activeSlave) && $activeSlave.PLimb == 0>>
 		<<if isProstheticAvailable($activeSlave, "interfaceP1")>>
 			[[Install basic prosthetic interface|Surgery Degradation][$oldLimbs = App.Desc.limbChange().currentLimbs($activeSlave), $activeSlave.PLimb = 1, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 20, $surgeryType = "PLimb interface"]]
@@ -1897,7 +1897,7 @@
 	<</if>>
 </div>
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $activeSlave.PTail == 1>>
 		$He has a neural interface allowing attachment of tails.
 	<<elseif isProstheticAvailable($activeSlave, "interfaceTail")>>
@@ -1908,7 +1908,7 @@
 	<</if>>
 </div>
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $organFarmUpgrade >= 1>> /* ORGAN FARM */
 		<<if $activeSlave.indentureRestrictions < 2>>
 			<<include "organFarmOptions">>
@@ -1920,7 +1920,7 @@
 <h3>Perform more extreme surgery:</h3>
 
 /*Fuckdoll*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $seeExtreme == 1>>
 		<<if $activeSlave.fuckdoll == 0>>
 			$He is a normal sex slave, not a living sex toy.
@@ -1935,7 +1935,7 @@
 
 /*Scorch mind*/
 
-<div style="text-indent:2em">
+<div class="indent">
 	<<if ($seeExtreme == 1)>>
 		<<if $activeSlave.fetish != "mindbroken">>
 			$He is mentally competent.
@@ -1952,7 +1952,7 @@
 </div>
 
 /*Bodyswap*/
-<div style="text-indent:2em">
+<div class="indent">
 	<<if $bodyswapAnnounced == 1 && $activeSlave.indenture < 0>>
 		<<if $activeSlave.bodySwap == 0>>
 			$He is in $his native body.