
/* - ploneCustom.css - */
@media all {
/* http://bioresources.org.au/portal_css/ploneCustom.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
.userrole-authenticated #background-panel {
top: 520px;
height: 575px;
}
.userrole-anonymous #background-panel {
top: 435px;
}
.template-logged_out  #background-panel {
top: -1000px;
height: 1px;
}
.template-overview-controlpanel #background-panel {
top: -1000px;
height: 1px;
}
.template-personal-preferences #background-panel {
top: -1000px;
height: 1px;
}
.template-dashboard #background-panel {
top: -1000px;
height: 1px;
}
#background-panel {
height: 575px;
}
.advantages {
padding: 30px 24px 45px 30px;
}
.advantage {
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.1px;
}
.front-page-description {
font-size: 19px;
}
.footer-tagline {
font-size: 16px;
}
@media only screen and (device-width: 768px) {
/* */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.advantage {
font-size: 16px;
}
}

}

