p {
  margin: 20px 0; }

a {
  color: #00b656; }

h1 {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  font-weight: normal; }

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
  margin: 30px 0 20px; }

h3 {
  margin: 30px 0 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal; }

h4 {
  margin: 40px 0 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal; }

blockquote {
  margin: 20px 0;
  padding: 19px 40px 20px;
  position: relative;
  background: #f0f8f4;
  overflow: hidden; }
  blockquote:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5px;
    bottom: 0;
    background: #00b656; }

ul {
  margin: 30px 0; }
  ul li {
    overflow: hidden;
    position: relative;
    padding-left: 30px; }
    ul li + li {
      margin-top: 20px; }
    ul li:before {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      left: 0;
      top: 13px;
      background: #00b656;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item; }
  ol > li {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 30px; }
    ol > li + li {
      margin-top: 20px; }
    ol > li:before {
      content: counters(item,"") ". ";
      counter-increment: item;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      color: #00b656;
      font-size: 16px;
      font-weight: bold; }

.table {
  margin: 30px 0;
  width: 100%;
  clear: both;
  font-size: 16px;
  border: solid 1px #ececec; }
  .table tr:nth-child(even) td,
  .table tr:nth-child(even) th {
    background: #f9f9f9; }
  .table p {
    margin: 0; }
  .table th {
    text-align: left;
    padding: 10px 20px 9px;
    vertical-align: top;
    border: solid 1px #ececec;
    border-left: 0;
    border-right: 0;
    font-weight: 500; }
  .table td {
    padding: 10px 20px 9px;
    color: #333;
    background: #ffffff;
    border: solid 1px #ececec;
    border-left: 0;
    border-right: 0; }
	
.table-item-specification {
  margin: 30px 0;
  width: 100%;
  clear: both;
  font-size: 16px;
  border: solid 1px #ececec; }
  .table-item-specification tr:nth-child(even) td,
  .table-item-specification tr:nth-child(even) th {
    background: #f9f9f9; }
  .table-item-specification p {
    margin: 0; }
  .table-item-specification th {
    text-align: left;
    padding: 10px 20px 9px;
    vertical-align: top;
    border: solid 1px #ececec;
    border-left: 0;
    border-right: 0;
    font-weight: 500; }
  .table-item-specification td {
    padding: 10px 20px 9px;
    color: #333;
    background: #ffffff;
    border: solid 1px #ececec;
    border-left: 0;
    border-right: 0; }

/*# sourceMappingURL=content.css.map */
