/* styles for contact page */

div#ampmain table#committee {
  width: 90%;
  margin: 0 40px;
  text-align: center;
  border: 2px solid #3cf;
  font-size: 0.8em;
}
div#ampmain table#committee th, committee td {
  color: #fff;
  background: #000;
  padding: 5px 0;
}
div#ampmain table#committee th {
  color: #3cf;
  background: #000;
  font-size: 150%;
}
div#ampmain table#committee td#kbdanim {
  color: #fff;
  background: #000;
  border-bottom: 1px solid #3cf;
}
div#ampmain table#committee td#comttlfirst {
  color: #fff;
  background: #000;
  padding-left: 1em;
  text-align: left;
  border-bottom: 1px solid #3cf;
  font-weight: bold;
}
div#ampmain table#committee td.comttl {
  color: #fff;
  background: #000;
  border-bottom: 1px solid #3cf;
  font-weight: bold;
}
div#ampmain table#committee td.comptn {
  text-align: left;
  padding-left: 1em;
  font-weight: bold;
}
div#ampmain table#committee td.comeml a:link, div#ampmain table#committee td.comeml a:visited, div#ampmain table#committee td.comeml a:active {
  color: #fff;
  background: inherit;
}
div#ampmain table#committee td.comeml a:hover {
  color: #3cf;
  background: inherit;
}