.pkp_head_wrapper{
		width: 100%;
	}
	.pkp_site_name_wrapper {
		width: 100%;
		padding: 0;
	}
	div.pkp_site_name_wrapper .pkp_site_name {
		height: 100%;
		padding: 0;
	}
	/*For logo image wrapper*/
	div.pkp_site_name_wrapper a.is_img{
		height: 100%;
		padding: 0 0 0 0;
	}
	/*Maximum height of logo image*/
	.pkp_site_name a.is_img img{
		max-height:100%;
	}
.pkp_navigation_user>li>a {
    color: rgb(f f f);
}
.obj_article_details .entry_details .item>.label, .obj_article_details .entry_details .sub_item:first-child>.label {
    padding: .5em 1.43rem;
    background: #9b95fd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.obj_article_details .entry_details .sub_item .label {
    color: #010245;
}

.pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid #f3702f;
    text-indent: -9999px;
    overflow: hidden;
}
.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f3702f;
}
.button {
    background-color: #262157;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 220px;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
}
.button:hover {
  background-color: #796ded;
  color: white;
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: #221c5a;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgb(255 255 255);
	border-bottom: 3px solid #f68028;
	border-radius: 5px;
    }
.obj_issue_toc .section>h2 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: #221c5a;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgb(255 255 255);
	border-bottom: 3px solid #f68028;
	border-radius: 5px;
    }
}