.layout h1 {
  font-size: 22px;
  margin: 14px 0;
}
strong {
  font-weight: bold;
}

/* show tip */
#showTip {
  padding: 10px;
  border: 3px solid #000000;
  background: #F6F6F6;
  font-size: 12px;
  line-height: 17px;
}
.relatedTips {
  margin: 10px;
}
.maincontentwhite div {
  font-weight: bold;
  background-color: #2e8dc1;
  font-size: 12px;
  padding: 2px;
  margin: -2px;
}
.maincontent table td {
  padding: 2px;
}

/* edit tips */
#editButtons{
  margin: 15px 0 0 15px;
  padding: 0;
  list-style-type: none;
}
#editButtons li {
  display: inline;
}

/* show category */
.title {
  font-size: 12px;
  font-weight: bold;
}

.linklist {
  padding: 0 0 15px 0;
  margin: 0 0 0 10px;
  list-style-type: none;
  font-size: 12px;
}

.linklist li {
  padding: 5px;
  line-height: 14px;
}