body {
  font-size:12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.ruled {
  border-bottom: 1px solid #eeeeee;
}

h1 {
  font-size: 20px;   /* 36px */
  line-height: 30px; /* 40px */
}

h2 {
  font-size: 18px;    /* 30px */
  line-height: 28px;  /* 40px */
}

h3 {
  font-size: 16px;
  line-height: 24px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 12px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 18px;
}

h2 small {
  font-size: 16px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

dt {
  font-weight: normal;
}

.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.dl-horizontal dt {
  float: left;
  width: 100px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 120px;
}

.dl-horizontal.dl-address dt{
  width: 40px;
}
.dl-horizontal.dl-address dd {
  margin-left: 50px;
}

.anchor-dest {
  padding-top: 40px;
  margin-top: 0px;
  display: inline-block; /* required for webkit browsers */
}

.bibtex pre {
  padding:10px;
  font-size: 11px;
  line-height: 14px;
}