/**
 * @file plugins/themes/default/styles/custom.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Classes for site-wide elements and layout scaffolding
 */
.cmp_breadcrumbs {
  display: block;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.pkp_block .title{
    color: #f5f5f5!important;
    background-color: #194772!important;
    padding: 7px 4px 8px 4px!important;
    border-radius: 5px!important;
}
 ul{
        list-style-type: none!important;
 }
@media (min-width: 992px){
  .obj_issue_toc .cover {
      margin-right: 30px;
      margin-bottom: 30px;
      float: initial!important;
  }
}

.pkp_site_name .is_img img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_structure_head {
    background-color: #4897f0;
    border-bottom: 1px solid #ddd;
}
body {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff;
}