.account-page .row {
  border-bottom: 1px #ccc solid;
  padding: 15px 0;
}
.account-page .row .row {
  border: none !Important;
  padding: 0px;
}

.account-page .label {
  width: 130px;
}
.account-page form .row {
  margin: 5px 0px;
}
.account-page form .title {
  margin: 5px 0px;
}
.account-page .title {
  font-weight: bold;
  padding: 0 0 3px 0;
}
.account-page .title a {
  color: #177BB8;
  font-size: 11px;
  text-decoration: none;
  line-height: 14px;
}
.account-page .title a:hover {
  text-decoration: underline;
}
.account-page .title a.important {
  color: #E60C0C;
  border-bottom: 1px dashed;
  padding: 0 0 0px;
  text-decoration: none;
}
.account-page .title a.important:hover {
  border-bottom: none;
}
.account-page .title .email {
  max-width: 200px;
  display: block;
}
.account-page .column {
  width: 280px;
  margin: 0 5px;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}
.account-page .column img {
  width: 150px;
  margin: 0 0px 10px 75px;
}
.account-page .column input {
  width: 100%;
}
.account-page .column input.button {
  margin: 5px 0 5px;
}
.account-page .column .row {
  margin: 5px 0 0 0;
}
.account-page .column .label {
  width: 120px;
}
.account-page .accounting {
  margin: 0 5px;
}
.account-page .accounting .info {
  margin: 0 0 15px 0;
}
.account-page .accounting .social-block {
  margin: 0 0 5px;
  color: #525252;
}
.account-page .accounting .social-block .button {
  width: 200px;
  text-align: center;
}
.account-page .accounting .social-block a {
  color: #525252;
}
.account-page .full-width-input {
  position: relative;
  width: 100%;
}
.account-page .full-width-input input {
  width: 100% !important;
  position: relative;
}
