@charset "utf-8";
#leafworks {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 0px;
}
#leafworks h2 {
  float: left;
  font-size: 250%;
  font-weight: bold;
  width: 100%;
  line-height: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  text-align: left;
  margin-top: 50px;
}
#leafworks .table {
  width: 100%;
  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: 20%;
  background-color: #FAFAFA;
  text-align: center;
}
