.title {
  text-align: center;
  margin-bottom: 32px;
}

.title p {
  font-size: 120%;
}

.pricing-item {
  width: 100%;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 

  -moz-box-shadow: 2px -2px 5px #888;
  -webkit-box-shadow: 2px -2px 5px #888;
  box-shadow: 2px -2px 5px #888;

  background-color: rgb(250,250,250);
}

.pricing-item.vcolumn {
  height: 340px;
  text-align: center;
}

.pricing-item:hover {
  border: 1px solid gray;
  background-color: rgb(254,254,254);
}

.pricing-item.vcolumn .content {
/*  height: 295px;*/
  height: 300px;
}

.pricing-item .content .plan-name {
  margin: 4px;
  padding: 14px 0;
}

.pricing-item .content .plan-name span {
  font-weight: bold;
  font-size: 200%;
}

.pricing-item.hcolumn {
  margin-top: 16px;
}

.pricing-item.hcolumn.high-volumes {
  text-align: center;
  font-size: 160%;
  padding: 8px 0px;
}

.pricing-item.hcolumn.high-volumes span {
  font-weight: bold;
}

.pricing-item .value {
  font-size: 160%;
  color: rgb(0,115,185);
  margin-top: 16px;
}

.pricing-item .sub-value {
  font-weight: bold;
}

.pricing-item .signup {
  width: 190px;
  font-size: 160%;
  height: 22px;
}

.extra-features {
  margin-top: 16px;
}

.hdlogo, .ttslogo {
  width: 100%;
}

.hdlogo {
  margin-top: 8px;
}

.ttslogo {
  margin-top: 16px;
}

.list-features {
  list-style-type: none;
  margin-left: 0;
}
