.pricify-table.green   li > h2 {
  background: #9dd53a; /* old browsers */
  background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* ie */
}

.pricify-table.green li > ul > li.last a{
  background: #95A006;
  border-color: #95A006;
}
.pricify-table.green li > ul > li.last a:hover,
.pricify-table.green li > ul > li.last a:focus {
  background: #B2BF17;
  border-color: #B2BF17;
}
.pricify-table.green li > ul > li .tips h3 { color: #95A006}
