/* Avatar styles */
.avatar, .avatar-big {
  font-size: 1rem;
  font-weight: bold;
  height: 26px;
  width: 26px;
  display: inline;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color:#006eb3;
}

.avatar-big {
  font-size: 4rem;
  font-weight: bold;
  height: 102px;
  width: 102px;
  padding: 0.3rem;
  display: inline-block;
  background-color:#006eb3;
}

/* Pricing card styles */
.pricing .card {
  border-color: white;
  padding-bottom: 30px;
}

.pricing .card h3 {
  padding: 30px;
  font-size: 24px;
}

.price {
  line-height: 60px;
  vertical-align: middle;
  color: #363d47;
}

.price .currency {
  font-weight: 500;
  font-size: 16px;
}

.price .price {
  font-weight: 600;
  font-size: 50px;
}

.pricing .features {
  list-style: none;
  text-align: left;
  padding: 40px 40px 20px 40px;
}

.pricing .features li {
  padding: 5px;
}

.pricing .feature-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}

.pricing .feature-box svg {
  margin: 4px;
}

.pricing .feature-box.checked svg {
  color: #28a745;
}
