/* ----------------------- Tutorial Data Table ----------------------- */
table {
  width: 330px;
  float: left;
  clear: both;
  font-size: 80%;
  margin: 10px 0 25px 15px;
}

thead { 
  background-color: #eee;  
}

thead a { 
  font-weight: bold; 
  text-decoration: none;
  color: #333;
}

thead td { 
  padding: 2px 0; 
  text-align: center;
}

div#content p { clear: both; }

div#content img {
  margin: 10px;
}

h3 { margin-top: 50px !important; border-top: 1px solid #ccc; }