/*
 *
 * Atlas 
 *
 */
#tree-view
{
    display: inline;
}
#tree-view .tree-view-menu
{
    margin: 0 13px 0 5px;

    cursor: pointer;

    color: #592d00;
}
#tree-view .tree-view-container
{
    position: absolute;
    z-index: 1000;

    padding: 10px;

    border: 1px solid #ddd;
    background: white;
}
#tree-view .tree-view-container a
{
    letter-spacing: 0;
}
#tree-view a.tree-view-root
{
    font-size: 13px;
    line-height: 1.5em;

    display: block;

    margin: 0 20px 0 20px;

    border-bottom: 1px solid transparent;
}
#tree-view a.tree-view-root:hover
{
    border-bottom: 1px dotted #53301b;
}
#atlas-mainpage
{
    /* color: inherit */
}
#atlas-mainpage .atlas-header
{
    /* margin: 0;*/
}
#atlas-mainpage .atlas-header .atlas-heading
{
    margin-bottom: 10px;
}
#atlas-mainpage .atlas-text p i
{
    font-size: 16px;
    line-height: 1.4em;

    display: inline-block;

    margin-bottom: 10px;

    text-indent: 2em;
}
.popup-menu
{
    /* display: inline-block; */
 

    /* position: relative; */
    width: 200px;
}
