/* Remove sidelines 

.pkp_structure_main::before, .pkp_structure_main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background: #ddd;
}
*/

/* Ta bort fula linjer */
.pkp_page_index .additional_content {
    border-top:none;
}
    
.cmp_spotlights {
    border-bottom: none; 
    border-top: none;
}

.cmp_spotlights .list>li { 
 border-bottom: none;  
} 
.cmp_spotlights .spotlights:before {
    border-left: none;
 }    

.cmp_spotlights .list:before {
    border-left: none;
  } 

.cmp_monographs_list .row {
    border-bottom: none;   
}

    .cmp_monographs_list {
        border-top:none
    }

    .cmp_monographs_list .obj_monograph_summary:first-child {
        padding-right: 2.143rem;
        border-top: none;
        border-right: none;
    }

.cmp_monographs_list .obj_monograph_summary+.obj_monograph_summary {
        border-left: none;
        border-bottom: none;
    }
.cmp_monographs_list .obj_monograph_summary {
    border-bottom: none;
}
 .obj_monograph_full .row {     
   border-top:  none;
        border-bottom: none;
    }

.obj_monograph_full .entry_details {
  border-left: none;
  border-bottom: none;
    }
    
.cmp_monographs_list .obj_monograph_summary.is_featured {
  border-bottom: none;
}
   
.pkp_page_index .cmp_announcements {
    border-top: none;
    border-bottom: none;
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary:before {
   border-left: none; 
}
  
 .pkp_page_index .cmp_announcements .more:before   {
   border-left: none; 
}

.obj_monograph_full .entry_details .item {
    border-bottom:none;
}    

/* Tajta till */
.obj_monograph_full .main_entry .item {
    padding: 15px 0;
}

.obj_monograph_full .main_entry {
    border-right: 13px;
}

.obj_monograph_full .main_entry .label {
    margin-bottom: 0.8rem;    
}

.obj_monograph_full .entry_details .item, .pkp_block {
padding-top:1rem;
padding-bottom:1rem; 
}

.obj_monograph_full .files > div::after {
margin-bottom: -1rem
}

/* Ändra typsnitt rubriker */  
.obj_spotlight .title, .pkp_block .content ul li, .obj_monograph_full .main_entry .label, .obj_monograph_full .title, .obj_monograph_summary .title, .obj_monograph_full .entry_details .label, .pkp_block .title, .pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    font-family: 'Work Sans';
}

/* Ändra typsnitt brödtext */
html, body {
    font-family: 'Work Sans';font-size: 16px;
  line-height: 1.4;
}

/* Minska font i topmeny */
.pkp_navigation_primary_wrapper {
    font-size: .9rem;
}

/* Minska avstånd serieposition - titel */
.obj_monograph_summary .seriesPosition {
    padding-bottom: .6rem
}
        

/* Förstora bild i listor */
.obj_monograph_summary .cover {
    width: 6.5rem;
}

/* Fixa avstånd i författarbio */
.obj_monograph_full .author_bios .sub_item .label {
  margin-bottom:0.5rem ;
}
    
/* Fixa avstånd bok summary */
.obj_monograph_summary .title {
    margin-bottom:0.7rem 
}

 