.pricing {
  background: white;
  padding: 30px 0 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.pricing .top {
  font-size: 38px;
  text-align: center;
  color: #666;
}
.pricing .title {
  cursor: pointer;
  background: #0081ff;
  color: white;
  margin: 40px 0 0;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.pricing .content .price {
  background: #eee;
  padding: 10px;
  color: #666;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.pricing .content ul {
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.pricing .content ul li {
  padding: 10px 10px;
}
.pricing .content ul li:nth-child(2n) {
  background: #f3f3f3;
}
.pricing .content ul li .fa {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}
.pricing .content ul li .fa-check {
  color: #2ecc71;
}
.pricing .content ul li .fa-close {
  color: #e74c3c;
}
.pricing .content button {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 15px;
  font-weight: 700;
  text-align: center;
}
.pricing .content button:hover {
  background: #34495e;
  /* IE Fallback */
  background: rgba(52, 73, 94, 0.7);
}
.btn-license {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
#ribbon-wrapper-license {
    width: 180px;
    height: 180px;
    right: 12px;
}
#ribbon-wrapper-license .ribbon {
     left: -10px;
    top: 40px;
    width: 240px;
}
.arrow-box-sized {
	margin-top: 140px;
}
