/* Structure
----------------------------------------------- */

#big-avatar-image {
  float: left;
  margin: 0 20px 20px 0;
  width: 175px;
}

#user-data {
  float: right;
  font-size: 1.2em;
  width: 395px;
}

#user-data th {
  color: #636262;
  float: left;
  font-weight: normal;
  margin-right: 10px;
}

#personal-tag-cloud {
  margin-bottom: 20px;
}

#personal-tag-cloud #tag-cloud {
  margin-top: 0;
}

/* Upcoming meals
----------------------------------------------- */

dl {
  font-size: 1.2em;
}

dt {
  font-weight: bold;
  margin-bottom: 5px;
}

dd {
  margin: 0 0 10px 0;
}

/* Delete user
----------------------------------------------- */

#tabs {
  background: #e3e3e3;
  color: #434343;
  font-size: 1.4em;
  margin-bottom: 20px;  
}

#tabs .tab {
  float: left;
  padding: 4px;
  width: 188px;  
}

#tabs .border {
  border-right: 1px solid #fff;
}

#tabs .active {
  background: #339933;
  color: #fff;
  font-weight: bold;
}

h2.extra-space {
  margin-top: 20px;
}

h3.extra-space {
  margin-bottom: 10px;
}

h3.more-extra-space {
  margin: 20px 0 10px 0;
}

/* Misc
----------------------------------------------- */

caption {
  display: none;
}

.tos-checkbox {
  margin-left: 130px;
}

.tos-checkbox label {
  float: none !important;
}

#recaptcha_widget_div {
  float: left;
}

.delete-friend {
  color: #999;
  font-size: 0.8em;
}
