.pkp_site_name .is_text {
    text-transform: none !important;
}


.label {
    color: #000000 !important;

}

section.item.references .value {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



@media (min-width: 992px) {

	.dropdown-menu {
		width: 300px !important;
	}

}

@media (max-width: 991px) {

}

