/*
body {
    background: #666666 !important;
}
*/
#navigationPrimary a{
	color: #000000;
}
#navigationUser  a{
	color: #000000;
}

.pkp_nav_list ul {
    width: 20em !important;
}

.cmp_form .label {
    display: flex !important;
    
}

.label {
    color: #000000 !important;
/*
   font-weight: bold !important;
	font-size: 110% !important;
  */
	/*padding-left: 0px !important;*/
    
}

#navigationPrimary>li>a:hover {
    color: #000;
}


#navigationPrimary ul a:hover {
    color: #000; !important;
}

.pkp_site_name .is_text {
    text-transform: none !important;
}