
/* - ploneglossary_popup.css - */
/* https://www.ripe.net/portal_css/ploneglossary_popup.css?original=1 */
/* */
.glossaryPopupPosition {
position: relative;
z-index: 1;
}
#glossary-definition-popup {
display: block;
position: absolute;
font-size: 10px;
top: 30px;
left: -40px;
border: 1px solid #8cacbb;
background: #eef3f5;
width: 300px;
padding: 0.5em;
z-index: 1000;
font-weight: normal;
text-decoration: none;
}
#glossary-definition-popup h6 {
padding: 0px;
margin: 0px;
font-size: 10px;
}
#glossary-definition-popup p {
padding: 0px;
margin: 0px;
font-size: 10px;
}
.highlightedGlossaryTerm {
border-bottom: 2px dotted #436976;
background: #eef3f5;
cursor: help;
z-index: 2;
}
/* */


/* - ++resource++collective.solr.resources/style.css - */
@media screen {
/* https://www.ripe.net/portal_css/++resource++collective.solr.resources/style.css?original=1 */
/* */
#portal-searchfacets {
background-color: #ddd;
padding: 0.5em;
min-width: 20%;
float: right;
}
* html #portal-searchfacets {
width: 20%;
}
#portal-searchfacets h4 {
font-weight: normal;
margin: 0;
border-bottom: 1px dotted grey;
}
#portal-searchfacets h5 {
margin: 0;
padding-top: 1em;
clear: both;
}
#portal-searchfacets dl {
margin: 0.2em 0 0 0;
}
#portal-searchfacets dt {
font-weight: normal;
font-size: 90%;
float: left;
clear: both;
white-space: nowrap;
}
#portal-searchfacets dd {
font-size: 90%;
float: left;
line-height: normal;
margin: 0 0 0 1em;
}
#portal-searchfacets #selected-facets {
padding: 0.5em 0 0 0;
}
#portal-searchfacets #selected-facets a {
text-decoration: none;
}
.showMoreHidden {
display: none;
}
.showMoreLink {
font-size: 90%;
display: block;
clear: both;
}

}

