B.header.small {
  padding: 10px 0;
}
.header-back-small {
  padding: 5px 0 10px 0;
}

.header-back-simple {
    background-image: none;
    background-color:#fff;
}

.smallcode{
    font-family:courier;
    font-size:78%;
    padding:2px;
    color:#ccc;
    font-weight:normal;
    background: #222;
    overflow:auto;
    word-break: break-word;

}
.smallcode_long{
    font-size:75%;
    padding:2px;
    color:ghostwhite;    
    background: #333;
    overflow:auto;
}

pre{
    font-size:75%;
    padding:2px;
    overflow: auto;
    white-space: pre;
    background:ghostwhite;    
}

.bluetitle{
    background: 0 0;
    color: #28c;
    text-decoration: none;
    font-size: inherit;
    font-weight: 300;
    line-height: 1.4;
}
.blacktitle{
    background: 0 0;
    color: #333;
    text-decoration: none;
    font-size: inherit;
    font-weight: 300;
    line-height: 1.4;
}


.menu-label, .menu-label:after {
    background-color: #fff;
    position: absolute;
}


.hr2 { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; border-top: 1px solid #000; } 
.hr2 span { background:#fff; padding:0 10px; }

.menu-label{
    top:28px;
}
.header.small{
padding-top:1px;
}

.menu>li>ul{
top:36px;
}
.hword{
color:#4b6;
}