Newer
Older
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.pagePublications {
padding-top: 40px;
}
@media (min-width: 768px) {
.pagePublications {
padding-top: 70px;
}
}
.pagePublications > .wrap {
position: relative;
max-width: 1260px;
margin: 0 auto;
padding: 0 25px;
z-index: 2;
}
.pagePublications .anchor {
padding-top: 90px;
margin-top: -70px;
}
details {
border: 1px solid #f7931c;
border-radius: 4px;
padding: 1em 1em;
margin-bottom: 1em;
}
details[open] {
margin-bottom: 1em;
}
summary {
margin: 1em 2em;
}
.empty:hover {
color: black !important;