
.show a {
	    color: #b4b8b9;
}

#pkp_content_main .current_issue {width: 30%;}
.obj_issue_toc .cover {width: 60%;}
#pkp_content_main .additional_content {width: 70%; text-align: justify;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	   /* IE10-specific styles go here */

	.img-thumbnail {
	    padding: .25rem;
	    background-color: #fff;
	    border: 1px solid #dee2e6;
	    border-radius: .25rem;
	    max-width: 100%;
	    height: 100%;
	}

	#nav-absolute-position {
	    position: relative;
	    overflow-y: visible ;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	}

	#article-absolute-position {
	    position: absolute;
	    overflow-y: visible;
	    top: 75px;
	    bottom: 0px;
	    right: 0px;
	    left: 0px;
	    height: 80vh;
	}

	.figure {
	    display: block;
	}

	#article-absolute-position, #nav-absolute-position {
		bottom: -40px;
	}
	/* #navigationUser {
		display: none;
	} */
	#show-user-menu {
		display: block!important;
	}
	#article-absolute-position {
		overflow-y: scroll!important;
	}
}