@charset "UTF-8";
/********************************************************************************************************************
* This CSS file adds specific styling to the diplomatic view for all collections.
* The collection specific files would be named
* view-diplomatic-{collection-name}.css, eg view-diplomatic-occom.css. This collections specific css
* file would be linked to from within the xsl for the specific view, eg vie-diplomatic-occom.xsl. The
* syntax for this link would be:
* <link rel="stylesheet" type="text/css" href="{lfn:resource-url($lpt-view-document, 'view-diplomatic-occom.css')}"/>
* *******************************************************************************************************************/
.tei_add_place,
.tei_supplied {
    display:none;
}
.tei_add_container{
    color:#000;
}
.tei_added_text{
    background-color:#eee;
    border:1px solid #CCCCCC;
    border-radius:4px;
    padding:.05em 0.15em;
}
.tei_add_pr_mark{
    color:#666666;
    font-size:1.2em;
}