.portal-portlet-userNotifications {
	//display: none;
	//min-height: 1rem;
  	text-align: center;
  	//background-color: #729FCF;
  	//padding: 0.25rem;
  	
	span {
		color: white;
		font-size: medium;
		background-color: #4280BD;
	}
	
	p {
		margin-bottom: 0;
	}
	
	div {
		background-color: #4280BD;
	    /*padding-top: 10px;
		padding-bottom: 10px;*/
	}
	
	.portlet-msg-error {
		background-color: white;
	    border-color: #DA1414;
		border-bottom: 3px solid;
	    color: #DA1414;
		border-top: none;
	    border-right: none;
	    border-left: none;
		border-radius: 0;
		margin-bottom: 0;
	}
}