/** Style Sheet for krimOJ
ver 1.3
10.06.2022
**/

div.laureate figure {
    margin: 1em 1em 1em 0;
}

div.laureate figure img {
    max-height: 180px; 
    border: 1px solid black;
}

div.laureate figure figcaption {
    max-width: 180px; 
}

.pkp_navigation_primary {
     max-width: 90%;
}

.item.keywords {
    line-height: 1.785rem;
}

.item.keywords h2 {
    line-height: inherit;
}

.item.copyright p {
    line-height: inherit;
}

/* announcements */
.cmp_announcements .read_more {
    display: none;
}

.pkp_page_index .cmp_announcements .more {
    display: none;
}

.pkp_page_index .cmp_announcements {
  border-top: none;
  border-bottom:none;
}

@media (min-width: 768px) {
    .pkp_page_index .cmp_announcements > .obj_announcement_summary {
        float: left;
        width: 100%;
    }
    .obj_announcement_summary {
        border: 1px solid black;
        box-shadow: 10px 5px 5px black;
        z-index: 200;
    }
}

/* hide back-arrow on galley page */
.header_view .return {
    display: none;
}

/* login/registration */
#openid-provider-list>li>strong {
    display: none;
}