div.collapseHeader {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    background-color: #d5d5d5;
}

div.collapseAction {
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    margin-left: 5px;
    margin-bottom: -7px;
    cursor: pointer;
}

div.expanded {
    display: block;
    border-bottom: solid lightgray;
    border-left: solid lightgray;
    border-width: 1px;
    padding-left: 2px;
}

div.collapsed {
    display: none;
}

div.scrollAttached {
    position: static;
}

div.scrollDetached {
    position: fixed;
    top: 2px;
    width: 280px;
}

TD.console-section-body UL, TD.console-section-body LI  {
	list-style-type:none;
}
TD.console-section-body UL{
	margin-bottom:1em;
	margin-top: 0;
	padding-left:15px;
}

/* Fix anchor displayed under the topbar 
 * Use the .target for custom target declaration
 * The :target pseudo selector automatically targets anchored id element
 * */
:target:before {
  content: "";
  display: block;
  height: 40px; 
  margin: -40px 0 0;
}

