/*
 * CSS for webpages of Parallel Distributed AI Lab.
 * (C) 2006-2007, All rights reserved.
 */

@import url("default.css");

div.main table {
  background-color: #eee;
  margin-bottom: 2em;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}

div.main table col.graduated {
  width: 25%;
  text-align: center;
}

div.main table col.post_degree {
  width: 25%;
  text-align: center;
}

div.main table col.name {
  width: 50%;
}

div.main table tbody tr.post {
  background-color: #e6e6e6;
  line-height: 1.5em;
}
