

/* breadcums */
.cmp_breadcrumbs {
    width: 100%;
    padding: 0 10px;
    background: #f2f2f2;
    margin-top: 8px;
    border-radius: 5px;
}

.cmp_breadcrumbs ol {
    margin: 0 auto;
}


/* borde redondos */
.pkp_site_nav_menu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* fondo body */
.pkp_structure_content {
    background-color: #fff;
     padding-top: 0.2rem;
}

/* fondo de la página */
html, body {
    background: #e5e5e5;
}

/* mover el h1 mas abajo */
.pkp_structure_main .page h1 {
    margin-top: 10px;
}

/* mover el menu a la derecha*/
.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
}

/* fondo del footer */
.pkp_structure_footer_wrapper {
background: #F2F2F2 !important;
}

.profile {
    background-color: #ffb300;
}


.pkp_navigation_user>li:last-child>a {
    margin-right: 1rem;
}

@media (min-width: 768px) {
.obj_issue_toc .cover {
    width: 40% !important;
}
}

.obj_issue_toc .articles {
    margin-top: 0.43rem;
}

.obj_article_summary>.title a {
    font-size: 1.2em;
}