#content .table ul {
  padding: 0px;
  margin: 15px;
  font: normal normal normal 11px Verdana, Arial;
}

#content .table .box {
  width: 320px;
  background-color: #f5f5f5;
}

#content .table .box .head {
  background-color: #cceadc;
  font: normal normal bold 11px Verdana, Arial;
  color: #444444;
  border-bottom: 1px solid white;
  padding: 5px;
}

#content .table .box .info {
  padding: 9px;
  line-height: 17px;
}

