#page h1 {
  color: #333333;
  font-size: 20px;
}
#page h1.name {
  float: left;
  border: 0;
  margin: 0;
  margin-bottom: 5px;
  width: 510px;
}

#page h2 {
  width: 100%;
  font-size: 18px;
  color: #333;
  padding-bottom:3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#page h2 a.quit {
  font-size: 12px;
  float: right;
  padding-top: 8px;
}

#sidebar h2 {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding-bottom:3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#sidebar h2 a.quit {
  font-size: 12px;
  float: right;
  padding-top: 8px;
}


#page h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}


#page div.information h2,
#page div.information h3 {
  padding-left: 10px !important;
  padding-top: 5px !important;
}
