/* Enter Your Custom CSS Here */
table.pricing-tables {
  border: 0px!important;
}

.pricing-tables td {
  padding: 0px 30px!important;
  vertical-align: middle;
  border-bottom: 0px!important;
}

.pricing-tables {
  margin-top: 50px;
}

.pricing-tables td#order, .pricing-tables td#features {
  border-radius: 20px;
}

td#space {
  padding: 5px!important;
}

table.pricing-tables {
  max-width: 830px;
  margin: 50px auto 0;
}

td#pics {
  width: 245px;
  padding: 0 15px!important;
}


@media only screen and (max-width: 800px) {
.pricing-tables tr {
  border: 0px!important;
}
  
  .pricing-tables td {
  padding: 30px!important;
  }
  
  td#pics {
  padding: 30px!important;
  text-align: center;
}
  
  table.pricing-tables {
  max-width: 500px;
  }

}


@media only screen and (max-width: 401px) {

  table.pricing-tables {
  max-width: 150px;
  margin: 0;
    margin-left: -10px;
  }
  
  .pricing-tables td {
  padding-right: 0px!important;
  }
 

}  