#main {
  font-family: sans-serif;
  /*background: #fafafa;*/
  padding: 1.5ex;
  margin-left: 20ex;
  margin-right: 20ex;
  margin-top: 0;
  margin-bottom: 0;
}

a {
   color: #999999;
}

dl {
  overflow: hidden;
  padding: 1.5ex;
  margin-left: 2ex;
}
dt {
  float: left;
  width: 6ex;
  border-radius: .5ex 2ex;
  /* adjust the width; make sure the total of both is 100% */
  background: #009fb8;
  color: #ffffff;
  font-weight: bold;
  font-size: small;
  text-align: center;
  padding: 1.5ex;
  margin: .5ex
}
dd {
  float: left;
  width: 90%;
  /* adjust the width; make sure the total of both is 100% */
  background: #eeeeee;
  border-left: 1px solid #999999;
  padding: 1.5ex;
  margin: .5ex
}

span.bib-what  {
color: #6B6B6B;
font-weight: bolder;
}

.babs, .bbib {
  width: 90%;
  margin: 2ex;
  margin-left: 5ex;
  padding: 2ex;
  background: #cccccc;
}

.babs {
  border-radius: 1ex;
}

.bbib {
  border-left: dashed 6px #eeeeee;
  overflow: scroll;
}

.bbib pre {
  font-family: monospace;
  margin: 0;
}
