diff --git a/class.schedule.php b/class.schedule.php
--- a/class.schedule.php
+++ b/class.schedule.php
@@ -327,9 +327,11 @@ class Schedule
 				      $table .= '            
'
-					. htmlentities($class->getName(), ENT_QUOTES) . ' '
-					. htmlentities($section->getLetter(), ENT_QUOTES)
+					. ', room: ' . htmlentities($current_meeting->getLocation(), ENT_QUOTES) . '">'
+					. htmlentities($class->getName(), ENT_QUOTES) . '-'
+					. htmlentities($section->getLetter(), ENT_QUOTES) . " \n"
+					. '' . htmlentities($section->getProf(), ENT_QUOTES) . " \n"
+					. '' . htmlentities($current_meeting->getLocation(), ENT_QUOTES) . "\n"
 					. " | \n";
 				      $filled = TRUE;
 				    }
diff --git a/styles/output.css b/styles/output.css
--- a/styles/output.css
+++ b/styles/output.css
@@ -55,6 +55,13 @@ td{
   border-style:none none solid solid;
 }
 
+.prof,
+.location
+{
+    color: #444444;
+    font-size: small;
+}
+
 /* Class Coloring */
 
 .class0 { background: #69c76f; }