/**
  * layout_base.css
  *
  * CSS attributes common to all layout modes
  *
  */


.courseDescription {
                     margin-left: 4ex;
                     margin-right: 4ex;
                     padding: 1ex;
                     }

div.bookmarks *.catname {
                          font-weight: bold;
                          font-size: 120%;  
                          margin-top: 2ex;
                          margin-bottom: 1ex;
                          }

div.bookmarks *.subcat {
                         margin-left: 2ex;
                         padding: 1ex;
                         }

div.subcat>div.link {
                      font-size: 100%;
                      margin-bottom: 1ex;
                      }

div.subcat>div.linkdesc {
                          font-size: 90%;
                          margin-left: 2ex;
                          margin-bottom: 2ex;
                          }

/* Quote Tags */

.quote {
         margin: 4em;
}

.quip {
        text-align: left;
}

.quip:before {
	       content: "\"";
}

.quip:after {
	      content: "\"";
}

.speaker {
	   text-align: right;
}

.speaker:before {
		  content: "- ";
}

