pre.pre_unstyled {
    font-style:inherit; 
    font-family:inherit;
    background-color:transparent;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    padding:0px;
}

.no_borders {
    border:0px;
}

span.tag{
}

li.tag {
    margin-top:.5em;
    margin-bottom:.5em;
}

.search_result_wrapper {
    background-color:white; 
    padding-bottom:5px; 
    padding-top:5px;
}

.shadow-wrapper {background-color:white;}
blockquote.hero {background-color:white;}
span.tag>a { 
    color:white;
}

div.citation_container {
    background-color:white;
    padding-top:1em; 
    padding-bottom:1em;
}

.citation_resources_list {
    padding-top:1em;
}

.ui-helper-hidden-accessible { display:none; }

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

#overlay {
    background-color:#eee;
    width:100% !important;
    min-width:100% !important;
    height:100% !important;
    min-height:100% !important;
    position:absolute;
    z-index:9999;
    display:none;
}