@charset "utf-8";
/* OJS Custom CSS */
html, body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
	line-height: 1.6rem;
}
.pkp_brand_footer {
    display:none;
}
.pkp_structure_head {
    border-bottom: 4px solid #00285a;
}
.pkp_site_name .is_img img {
    margin-bottom: 10px;
}
.pkp_block .title {
    line-height: 2em;
    color: #333;
    border-bottom: solid 1px #ddd;
}

/* And then use CSS2 before pseudo-element */
ul#menu-publications.menu,
ul.menu,
#footnave#menu-publications.menu,
#menu-publications.pkp_footer_content { 
    position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}
ul#menu-publications.menu li:before,
ul.menu li:before,
#footnave#menu-publications.menu li:before,
#menu-publications.pkp_footer_content li:before {
    content: "\00BB";
    position: absolute;
	left: 0;
}
.obj_issue_toc .section>h2,
.obj_issue_toc .section>h3 {
    font-weight: bold;
    color: #666;
    margin-top: -4px;
}
.block_make_submission a {
    padding: 0.5em 20%;
}
.content ul li {
	border-bottom: solid 1px #ddd;
	list-style-type: none;
	margin:0 0 0 20px;
	list-style-image: url('https://www.academics.education/wp-content/themes/wp-clear7.6/images/bullet.png');
}
