
/* - ploneCustom.css - */
@media all {
/* https://www.lter-europe.net/portal_css/ploneCustom.css?original=1 */
/* */
#content {
line-height: 1.5em;
clear: both;
font-size: 100%;   /* */
margin: 1em 0.25em 2em 0.25em;
}
/* */
#portal-personaltools li a:hover {
background-color: transparent;
color: #ff8a00; /* */
}
/* */
#theme-globalnav {
font-size: 1.31em;
line-height: 1.18em;
margin: 4px 0;
padding: 0;
/* */
}
/* */
@media screen
#portal-header:before {
border: 7px solid rgba(238, 150, 52, 1); /* */
border-top-color: rgba(238, 150, 52, 1); /* */
border-top-style: solid;
border-top-width: 7px;
border-right-color: rgba(238, 150, 52, 1); /* */
border-right-style: solid;
border-right-width: 7px;
border-bottom-color: rgba(238, 150, 52, 1); /* */
border-bottom-style: solid;
border-bottom-width: 7px;
border-left-color: rgba(238, 150, 52, 1); /* */
border-left-style: solid;
border-left-width: 7px;
border-radius: 0 0 0 0; /* */
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
box-shadow: 0 1px rgba(238, 150, 52, 1); /* */
content: "";
display: block;
margin: -9px 0 0;
margin-top: -9px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
}

