2022-12-02 15:50:39 +01:00
|
|
|
|
|
|
|
<style>
|
2025-02-12 22:39:34 +01:00
|
|
|
/* image effects */
|
2023-09-23 10:18:31 +02:00
|
|
|
#R-body img.bg-white {
|
2022-12-02 15:50:39 +01:00
|
|
|
background-color: white;
|
|
|
|
}
|
2025-02-12 22:39:34 +01:00
|
|
|
|
|
|
|
/* logo */
|
|
|
|
#R-logo {
|
|
|
|
font-size: 1.875rem;
|
|
|
|
margin-bottom: -.666rem;
|
|
|
|
margin-top: -.666rem;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 14.125rem;
|
|
|
|
}
|
|
|
|
@media only all and (max-width: 59.999rem) {
|
|
|
|
#R-logo {
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
margin-bottom: -.1875rem;
|
|
|
|
margin-top: -.1875rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#R-logo svg {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: .945;
|
|
|
|
vertical-align: middle;
|
2025-02-12 22:54:49 +01:00
|
|
|
width: 29% !important;
|
2025-02-12 22:39:34 +01:00
|
|
|
}
|
|
|
|
@media only all and (max-width: 59.999rem) {
|
|
|
|
#R-logo svg {
|
2025-02-12 22:54:49 +01:00
|
|
|
width: 24.5% !important;
|
2025-02-12 22:39:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#R-logo svg * {
|
|
|
|
opacity: .945;
|
|
|
|
}
|
|
|
|
#R-logo .logo-title{
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
text-wrap: wrap;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 4.5em;
|
|
|
|
}
|
2022-12-02 15:50:39 +01:00
|
|
|
</style>
|