img[alt] {
   color: #f00;
   text-decoration: none !important;
}
.book_data {
   color: #555;
}
#electromail:before {
   content: "roy";
}
div[id="electromail"] {
   color: #f00;
}
h3 {
   background-color: rgb( 219, 219, 219 );
   border: 1px solid rgb( 200, 200, 200 );
   border-radius: 5px;
   padding: 10px;
   font-size: 1.2em;
}
h2+div {    margin-top: -8px !important; color: red;}
#numerical-letter-grades {
   border: 1px solid #ddd;
   border-collapse: collapse;
   table-layout: fixed;
   text-align: center;
}
#numerical-letter-grades th, td {
   border: 1px solid #ddd;
   min-width: 100px;
   padding: 3px 10px;
}
#numerical-letter-grades th+th, #numerical-letter-grades td+td {
   min-width: 70px;
}
li, li li, ul ul{
   margin: 0;
}
dt, dd {
   font-size: .9em;
}
dt {
   margin-top: 10px;
}
dd {
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 2.5em;
}
.textbook_image_container {
   float: left;
   padding-right: 1em;
}
.clear_all_side_floats {
   clear: both;
}
.extra_top_padding {
   margin-top: 75px;
}
.light_highlight {
   background-color: rgb( 240, 240, 243 );
}
ul li {
   margin-left: -25px;
   line-height: 1.8;
}
table#schedule {
   table-layout: fixed;
   border-collapse: collapse;
   border: 1px solid #ddd;
}
table#schedule tbody th {
   width: 100px;
   border: 1px solid #ddd;
}
table#schedule tbody th+td, table#schedule tbody th+td+td {
   width: 300px;
}
h2+div a:link, #dialog a:link {
   color:#55f;
   text-decoration: none;
}
h2+div a:visited, #dialog a:visited {
   color:#55f;
   text-decoration: overline;
}
h2+div a:hover, #dialog a:hover {
   color:#00f;
}
h2+div a:active, #dialog a:active {
   color:#55f;
   text-decoration: underline;
}
.highlight {
   background-color: #ff0;
}