\n"
 	  . "    
\n";
 		
diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc
--- a/school.d/cedarville.inc
+++ b/school.d/cedarville.inc
@@ -15,10 +15,10 @@ function cedarville_instructions_html()
   return <<
Cedarville-specific Instructions
 
-  SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.
+  SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.
 
 
-  - Sign up and talk to your advisor and figure out which courses you need to take.
 
+  -  Talk to your advisor and figure out which courses you need to take. Use the course list to see what's available.
 
   - Enter the course ID, such as PHYS-1020, in the Class ID blank. You will see a list of auto-suggestions.
 
   - You must click on the auto-suggested item to automatically add all sections of the class.
 
   - Submit your schedule and view all of the different permutations of your schedule.
 
diff --git a/styles/output.css b/styles/output.css
--- a/styles/output.css
+++ b/styles/output.css
@@ -137,3 +137,18 @@ margin-bottom: 2px;
 }
 #tabs li /* , .ui-corner-all, .ui-corner-top */ { background: none!important; }
 #tabs li { border: none!important; }
+
+.show-buttons {
+
+  width: 99%;
+  margin: auto;
+  padding: 2px;
+  background: #EEE;
+  border: 1px solid #AAA;
+  border-radius: 3px;
+  -moz-border-radus: 3px;
+
+}
+.show-buttons label {
+  padding-right: .5em;
+}