.account-page h1 {
  color: #8fa9b8;
  font-family: 'Adelle', serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.activation-message {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: center;
}
.success-message p,
.activation-message p {
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  font-size: 12px !important;
}

.success-message {
  background: #43AC6A;
  color: white;
  border: 1px solid green;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.account-sidebar {
  padding-top: 20px;
  padding-right: 20%;
  text-align: right;
}

.account-sidebar h2 {
  color: #333;
  font-family: 'Adelle', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}

.account-sidebar li {
  background: url(../images/sidebar-divide.png) no-repeat right top;
  padding: 8px 0;
  margin-bottom: 0;
}
.account-sidebar ul li:first-child {
  padding-top: 0;
  background: none;
}

.account-sidebar a {
  color: #333;
  font-family: Cambria, "Times New Roman", Times, serif;
  font-size: 14px;
}
.account-sidebar a.active {
  font-weight: bold;
}

.account-page .content {
  padding-right: 0;
  max-width: none;
}

.account-page .content p {
  font-size: 14px;
}

.account-page .section-header {
  color: #666;
  font-family: 'Adelle', serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.account-page .account-form {
  margin-top: 20px;
  max-width: 400px;
}