.schoolBox {
 margin: 20px auto; padding: 15px; width: 800px; background-color: #aac9e0;
}
#school_welcome {
 line-height: 1.3em;
 color: #333;
 padding: 20px 20px 5px 20px;
 background-color: #fff;
}
#school_welcome  h3{
  margin: 10px 0 0 0;
}
#school_welcome  li {
  padding: 10px;
}
.card {
  border: 1px solid #ccc;
  background-color: #ffffe3;  
  float: left;    
  margin: 15px; 
}
.card .sn {
  width: 140px; 
  height: 70px;
  font-size: 1.3em;
  font-weight: bold;
  color: #777;
  text-align: center;
  line-height: 3.3em;
  cursor: hand;
  cursor: pointer;  
}
.classname {
  width: 315px;
  border-bottom: 1px dotted #aaa;
  float: left;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.classgo {
  margin-left: 340px;
}
li {
    line-height: 2;
}
.handouts {
/*  width: 1000px; */    
  line-height: 1.1em;
}
.handouts .title {
  font-weight: bold;
  font-size: 1.2em;
}
.handouts .content {
  padding: 10px 30px 10px 30px;
}
.handouts p {
  line-height: 2;
}

.handouts ol {
  margin: 10px 10px 10px 40px;
  list-style-type: decimal;
  line-height: 2;
}
.handouts li {
  margin-top: 20px;
  margin-bottom: 10px;
}
.handouts li .subcode {
  font-size: 1.3em;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
}
.handouts .url {
  font-size: 1.1em;
}
#handoutPermissionSlip hr {
  clear: both;
  page-break-before: always;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
#students th {
    padding: 7px;
    font-size: 1em;
}
#students td {
    padding: 7px;
    font-size: 0.9em;
}
.ha-key {
    letter-spacing: 2px;
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}
.stable th {
    font-weight: normal;
}
.benefit {
    list-style: disc;
    margin-left: 100px;
}    