@charset "utf-8";
/* CSS Document */


.price-table-main.rounded-price  {
  margin: 20px 0;
  padding: 30px 0;
  text-align: center;
}

.price-table-main.rounded-price .price-table-columns {
  border-radius: 10px;
  box-shadow: 0 0 4px -1px rgb(102, 102, 102);
  display: inline-block;
  margin: 20px 10px;
  min-width: 150px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  width: 180px;
  z-index: 9;
}

.price-table-main.rounded-price .price-table-columns:hover {
  z-index: 10;
}

.price-table-main.rounded-price  ul {
  margin: 0 !important ;
  padding: 0 ;
}
.price-table-main.rounded-price  li {
  margin: 0 !important ;
  padding: 0 ;
}

.price-table-main.rounded-price  .price-table-clear {
  clear: both;
}

.price-table-main.rounded-price  .price-table-items {
  list-style: outside none none;
  padding: 4px 0;
}




.price-table-main.rounded-price  .price-table-items.ribbons {
  background: none repeat scroll 0 0 rgb(60, 176, 117);
  padding: 10px 0;
  position: relative;
}


.price-table-main span.ribbons  {
  box-shadow: 0 5px 9px -6px rgb(0, 0, 0);
  display: block;
  height: 24px;
  left: -27px;
  position: absolute;
  top: 15px;
  transform: rotate(-52deg);
  width: 90px;
}

.price-table-main.rounded-price .price-table-items.header {
  background: none repeat scroll 0 0 rgb(60, 176, 117);
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 0;
  position: relative;
}
.price-table-main.rounded-price  .price-table-items.price {
  background: none repeat scroll 0 0 rgb(82, 212, 146);
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 0;
}

.price-table-main.rounded-price .price-table-items .price-container {
  background: none repeat scroll 0 0 rgba(51, 51, 51, 0.4);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  clear: both !important;
  display: inline-block;
  margin: 0 auto;
  padding: 30px;
}

.price-table-main.rounded-price .price-table-items.price span {
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-top: 10px;
}



.price-table-main.rounded-price  .price-table-items.col-img {
  background: none repeat scroll 0 0 rgb(82, 212, 146);
  height: 150px;
  overflow: hidden;
  padding: 10px 0;
}

.price-table-main.rounded-price  .price-table-items.col-img img {
  border-radius: 0;
  box-shadow: none;
}

.price-table-main.rounded-price .price-table-items.signup {
  background: none repeat scroll 0 0 rgb(82, 212, 146);
  font-weight: bold;
  padding: 7px 0;
}

.price-table-main.rounded-price  .price-table-items .signup-url {
  font-size: 17px;
  line-height: normal;
  text-decoration: none;
}

.price-table-main.rounded-price .price-table-items.data {
  font-size: 15px;
  line-height: 1.7em;
  padding: 5px 0;
}
.price-table-main.rounded-price  .price-table-items.data .data-empty {
  background: url("images/cross.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 20px;
  width: 16px;
}

.price-table-main.rounded-price .price-table-items.data .tooltip {
  display: none;
}

.price-table-main.rounded-price .price-table-items.data .icon {
  background-size: 100% auto !important;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.price-table-main.rounded-price  .price-table-items.data:nth-child(2n) {
  background: none repeat scroll 0 0 rgb(217, 219, 219);
}
.price-table-main.rounded-price  .price-table-items.data:nth-child(2n+1) {
  background: none repeat scroll 0 0 rgb(232, 233, 233);
}


.price-table-main.rounded-price .price-table-columns.featured {
  box-shadow: 0 0 6px 1px rgb(51, 51, 51);
  transform: scale(1.08);
}













