body {
  padding: 10px;
}

h1 {
  font-family: Tahoma;
  margin: 5px 0;
}

a, p {
  font-family: Arial;
  font-size: 12px;
}

#reflector {
  height: 300px;
}

#doc {
  min-width: 638px;
  height: 200px;
  border: 1px solid #D0D0D0;
  color: #FF8000;
  overflow: scroll;
  margin-bottom: 5px;
}

.base {
  background-image: url(../images/baseclass.png) !important;
}

.child {
  background-image: url(../images/childclass.png) !important;
}

.mtd_pub {
  background-image: url(../images/method.png) !important;
}

.mtd_prv {
  background-image: url(../images/method_private.png) !important;
}

.mtd_prot {
  background-image: url(../images/method_protected.png) !important;
}

.prop_pub {
  background-image: url(../images/property.png) !important;
}

.prop_prot {
  background-image: url(../images/property_protected.png) !important;
}

.prop_prv {
  background-image: url(../images/property_private.png) !important;
}

.class {
  background-image: url(../images/class.png) !important;  
}

.iface {
  background-image: url(../images/iface.png) !important;  
}

