#headerCellDiv .pncustommenumenu{
	list-style-type: none;
	width: 840px;
	padding: 0;
	margin: 0;
	display: block;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 0 auto;
	box-sizing: border-box;

}
#headerCellDiv .pncustommenumenu li{
	display: inline-block;
	position: relative;
	padding-top: 2px;
	margin-right: 23px;
}
	#headerCellDiv .pncustommenumenu li:not(:last-child):after{
		content: "-";
		display: inline-block;
		position: absolute;
		right: -19px;
		top: 0;
		font-family: 'Didact Gothic', sans-serif;
		font-size: 23px;
		font-weight: bold;
		color: white;

	}
#headerCellDiv .pncustommenumenu li a{
	display: block;
	color: white;
	text-decoration: none;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding-bottom:3px;
	border-bottom: 2px solid rgba(0,0,0,0);
}

#headerCellDiv .pncustommenumenu li a:hover{
	border-bottom:2px solid #fff;
}
#headerCellDiv .pncustommenumenu li a.page{
	border-bottom:2px solid #039;
}

.btn_logout{
	width:25px;
	height:25px;
	position:absolute;
	background-image:url("img/logout.svg");
	background-size:contain;
	display:inline-block;
	cursor:pointer;
}
.cc_banner.cc_container{
    background:#000;
    color:white;
    font-weight: bold;
    border:none 0px;
}
.cc_message{
	color: white;
}