.cols-5 {
  text-align: center;
  font-size: 0;
}

.cols-5 .pricing_box {
  width: 20%;
  font-size: 0.9em;
}

.pricing_box {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 0 0 0 0;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 50px;
  background: #fff;
}

.l2 {
  padding: 0 0 10px 0;
}

.pricing_box.radius-right {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
}

.pricing_box.lift {
  z-index: 5;
  position: relative;
}

.pricing_box .header {
  width: 100%;
  min-height: 65px;
}

.pricing_box .header {
  text-shadow: 0 1px 1px #fff;
  border-bottom: 1px solid #ccc;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  background: -webkit-linear-gradient(top, #dedede, #ececec);
  background-color: #f8f8f8;
  box-shadow: inset rgba(255, 255, 255, 0.7) 1px 2px 2px;
}

.pricing_box .header-l2 {
  height: 70px;
}

.pricing_box .header span {
  position: relative;
  top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.pricing_box ul {
  list-style: none;
  margin: 0 0 15px 0!important;
  text-align: center;
  font-size: 15px;
  padding: 0;
}

.pricing_box ul li {
  line-height: 4em;
  margin-left: 0;
  list-style-type: none!important;
}

.pricing_box ul li.even {
  background: #fff;
}

.pricing_box ul li.odd {
  background: #F9F9F9;
}

.pricing_box p {
  line-height: 28px;
}

.pricing_box .price {
  margin: 20px 0;
  font-size: 17px;
  display: block;
  text-transform: capitalize;
}

.pricing_box.large {
  position: relative;
  z-index: 9;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
  padding: 0 0 20px 0;
  border-radius: 5px;
}

.pricing_box.large .header {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  height: 80px;
  border-bottom: 1px solid #4080ff;
  background-image: linear-gradient(to bottom, #28BCF2, #186F8F);
}

.pricing_box.large .header span {
  top: 25px;
}

.pricing_box.radius-left {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
}

.hour {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}

