.pb_columns {
  float: left;
  width: 33.3%;
  padding: 8px;

}

.pb_price {
  list-style-type: none;
  border: 1px solid #eee;
   border-radius: 5px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;

   box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.pb_price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.pb_price .header {
  background-color: #0cb7cd ; //#04AA6D;
  color: white;
  font-size: 15px;
}

.pb_price li {
  border-bottom: 1px solid #eee;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}
.lispan
{
  font-size: 80%;
}

.pb_price .grey {
  background-color: #eee;
  font-size: 12px;
}

.pb_button {
  background-color: #9a9d9d ; //#04AA6D;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.priceButton
{
 font-size: 10px;
  border-radius: 2px;
}


.pricing-table {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    //border:1px solid blue;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12;
    }