/* Copyright 2011 Patrick Horgan patrick at dbp-consulting dot com
   all rights reserved.
 */

#toc_structure{
    margin: .5em;
    background-color: rgb(255,255,255);
    width: 52em;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1.5px .7px 1px 1.5px rgba(80, 100, 80, 1);
    -moz-box-shadow: 1.5px .7px 1px 1.5px rgba(80, 100, 80, 1);;
    box-shadow: 1.5px .7px 1px 1.5px rgba(80, 100, 80, 1);;
}

.toc_section p{
    margin: 0;
    padding: 0;
}

#toc_structure hr{
    margin-left: 1em;
    margin-right: .8em;
}

#toc_structure span, #toc_structure div{
    margin-left: 1em;
    margin-right: .8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#toc_structure div{
    margin-bottom: 1em;
}

.toc_section {
    border-width: 1px;
    border-style: solid;
}

