div#myaccount {
  padding: 5px;
}

div#myaccount h1 {
  font-size: 14px;
  font-weight: bold;
  color: #a00;
  padding-bottom: 1em;
}

div#myaccount h2 {
  font-size: 12px;
  color: #a00;
}

div#myaccount p {
  margin: 8px 0 8px 0;
  font-size: 12px;
}

div#myaccount a {
  font-size: 12px;
  color: #a00;
}

div#myaccount a.balance {
  font-size: 12px;
  color: #008b00;
  text-decoration: underline;
  font-weight: bold;
}

div#myaccount .label {
  font-size: 12px;
}

div#line {
  border-top: 1px solid #fa0;
  width: 90%;
  margin-top: 1em;
  margin-bottom: 1em;
}

