
.ehri-item-container {
    border: 1px solid #eee;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857;
    font-size: 14px;
    margin: 20px 0;
    box-shadow: 2px 2px 8px 2px rgba(230, 230, 230, 1);
}

.ehri-item-container > .ehri-item {
    padding: .7em .5em;
}

.ehri-item-container > .ehri-item > .ehri-item-body {
    margin: 0;
}

.ehri-item-container > .ehri-item > .ehri-item-heading > h2 {
    font-family: serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: none;
}

.ehri-item .ehri-item-heading a {
    text-decoration: none;
    box-shadow: none;
}

.ehri-item .ehri-item-heading a:hover {
    text-decoration: underline;
}

.ehri-item > .ehri-item-heading.Repository a h2 {
    color: inherit;
}

.ehri-item > .ehri-item-heading.Repository a {
    color: #034153;
}

.ehri-item > .ehri-item-heading.HistoricalAgent a {
    color: #517c00;
}

.ehri-item > .ehri-item-heading.DocumentaryUnit a {
    color: #6c003b;
}

.ehri-item > .ehri-item-heading.VirtualUnit a {
    color: #544F5F;
}

.ehri-item > .ehri-item-heading.Country a {
    color: #864300;
}

.ehri-item .ehri-item-details {
    font-size: .85em;
}

.ehri-item .ehri-item-details a.alt {
    color: #000;
    font-weight: bolder;
    box-shadow: none;
}

.ehri-item .ehri-item-details a.alt:hover {
    text-decoration: underline;
}

.ehri-item .ehri-item-subitems a {
    font-size: .85em;
    margin-top: 5px;
    color: #333;
    font-weight: lighter;
    box-shadow: none;
    text-shadow: rgba(82, 168, 236, 0.8) 0 0 5px;
}

.ehri-item .ehri-item-subitems a:hover {
    text-decoration: underline;
}

.ehri-item .ehri-item-details ul {
    padding-left: 0;
    list-style: none;
    color: #999;
    margin: 5px 0;
}

.ehri-item .ehri-item-details li:first-child {
    padding-left: 0;
}

.ehri-item .ehri-item-details li {
    padding-right: 5px;
    display: inline-block;
}

.ehri-item .ehri-item-heading ul.ehri-item-alternate-names {
    list-style: none;
    padding-left: 0;
    margin: 0 0 5px 0;
    line-height: inherit;
}

.ehri-item .ehri-item-alternate-names li {
    font-weight: bold;
    display: inline;
}

.ehri-item .ehri-item-heading ul.ehri-item-alternate-names li:after {
    content: " | ";
}

.ehri-item .ehri-item-heading ul.ehri-item-alternate-names li:last-child:after {
    content: "";
}

.ehri-item-container .ehri-item-footer {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding: 0 .25em;
    background-color: #f5f5f5;
    overflow: auto;
}

.ehri-item-container > .ehri-item-footer a {
    float: right;
    color: #666;
    padding: .2em;
    font-size: .85em;
    box-shadow: none;
}

.ehri-item-container .ehri-item-footer a:hover {
    color: #333;
}