/********* divs **********/

div.lrcmenu{
    display: none;
}


p.lrcmenulink{
    display: none;
}

p.lrcmenulink:hover{
    display: none;
}

div.lrclogo{
    display: none;
}

div.headings{
    position: absolute;
    top: 114px;
    left: 220px;
    height: 6em;
    width: 40em;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
}

div.links{
    position: absolute;
    top: 208px;
    left: 90%;
    width: 100px;
    font-size: 14px;
}

div.content{
    width: 88%;
    height: 400px;
    margin-left: 15px;
    margin-top: 100px;
    overflow: auto;
}

div.popular-name-table-entry{
    margin-bottom: .25em;
}

div.verbose-content{
    display: none;
}

/********** Code to show and hide extra information ********/
ul.toplevel{
    margin-left: 2.5em;
    text-align: left;
}

span.more{
    margin-left: -3em;
    color: purple;
    font-variant: small-caps;
    font-size: 70%;
    font-weight: bold;
}

span.additional-info{
    color:purple;
}

li.toplevel{
    display: none;
}

div ul ul.submen{
    display: none;
}

div ul:hover li.toplevel{
    display:block;
}

div#more{

}

div#more p.more-tag{
    font-variant: small-caps;
    color: purple;
    font-size:70%;
    font-weight:bold;
}

div#more p.more-item{
    display: none;
    margin-left: 2em;
    color: purple;
}



div#more:hover p.more-item{
    display: block;

}

p.past-popular-name-information{
    text-align: justify;
    margin-top: -1em;
    text-indent: -1em;
}




/********* heads **********/
h1.h1_popname{
    margin-bottom: 3px;
    margin-left: 0px;
    margin-top: 0px;
}

h2{
    text-align: center;
    margin-bottom: 3px;
}


/********* paras **********/
p{
    padding: 0em;
    margin: 0em;
    text-indent: 1em;
}

p.table-description{
    text-align: justify;
    text-indent: 0em;
    margin-bottom: 2em;
    margin-left: 0em;
    font-size: 85%;
}

p.popular-name{
    text-align: justify;
    margin-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}

p.popular-name-information{
    text-align: justify;
    margin-left: 3em;
    text-indent: -1em;
}

p.jump{
    text-align: center;
    font-size: 90%;

}

#notinpublishedUSCdatabase{
    background-color: #F5DEB3;
}