.sb_container { 
    border: 2px solid rgb(153, 153, 153);
    margin: 10px;
    padding: 5px;
    float: right;
    width: 150px;
    background-color: rgb(204, 204, 204);
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
    list-style-position: outside;
    list-style-type: none;
}
.sb_head { font-weight: bold;
}
.sb_subhead { font-weight: inherit;
    font-style: italic;
}
div.sb_container ul { list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;

}
div.sb_container ul li:before {
    content: "\00BB \0020";
}

