.jv-pricingtable{}
  /*Default*/
  .jv-table-item { border: 1px solid #e2e2e2; border-radius: 3px; overflow: hidden; position: relative;}
  .jv-table-item.item-highlight {margin-top: -20px;margin-bottom: -20px;box-shadow: 0 0 15px rgba(0,0,0,0.15);border: none;}
    .jv-table-item .jv-table-head{ background-color: #1abc9c; color: #fff; text-align: center; padding: 30px 0 6px;}
      .jv-table-item .jv-table-head .jv-table-icon { font-size: 50px;}
      .jv-table-item .jv-table-head .jv-table-title { margin:  15px 0;}
      .jv-table-item .jv-table-head .jv-table-subtitle { font-weight: 100;}
      .jv-table-item .jv-table-head .jv-table-price-wrap { background-color: #fff; padding: 20px 0; border-top: 1px solid #16a085; color: #6d6d6d; margin-top: 25px;}
        .jv-table-item .jv-table-head .jv-table-price-wrap .subprice { display: block; font-weight: 100; padding-top: 8px;}
        .jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-before { font-size: 20px; padding-right: 6px;}
        .jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price,
        .jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-after{ font-size: 24px; color: #1abc9c;}
        .jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price { font-weight: 500;}
        .jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-after { font-size: 20px;}
    .jv-table-item .jv-table-badge {position: absolute;background: #c0392b;color: #fff;text-transform: uppercase;padding: 6px 40px;-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);left: -33px;top: 23px;}
    .jv-table-item .jv-table-content { padding: 5px 0;}
      .jv-table-item .jv-table-content .item {  padding: 10px 20px; color: #3c3c3c;}
      .jv-table-item .jv-table-content .item:nth-child(2n) { background-color: #f8fdfc;}
        .jv-table-item .jv-table-content .item i { margin-right: 15px;}
    .jv-table-item .jv-table-bottom {border-top: 1px solid #e3e3e3; background-color: #f9f9f9; padding: 20px 0; text-align: center;}

  /*Highlight Table*/
  .item-highlight.jv-table-item .jv-table-head {padding-top: 50px !important;}
  .item-highlight.jv-table-item .jv-table-content {padding-bottom: 20px !important;}

  /*Table label feature*/
  .jv-table-feature {margin-right: -30px;border: 1px solid #e2e2e2;border-right: none;margin-top: 180px;padding: 0 0 85px;}
    .jv-table-feature .title {font-size: 20px;line-height: normal;text-align: center;height: 94px;padding-top: 30px;background-color: #f9f9f9;border-bottom: 6px solid #1abc9c;}
    .jv-table-feature .item {line-height: 36px; padding: 0 20px;  color: #3c3c3c;}
    .jv-table-feature .item:nth-child(2n) { background-color: #f8fdfc;}