@charset "utf-8";
#leafworks {
  width: 730px;
  padding: 0px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#leafworks h2 {
  float: left;
  width: 730px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  margin: 0px;
  font-weight: normal;
}
#leafworks .table {
  width: 730px;
  float: left;
  border-spacing: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #EBEBEB;
  margin-top: 30px;
}
#leafworks td {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EBEBEB;
  font-size: 110%;
  padding-left: 15px;
  color: #333;
}
#leafworks .head {
  width: 30%;
  background-color: #FAFAFA;
  text-align: center;
}
