#eppcc-notification-container
{
	position:fixed;
	z-index:1000;
}
#eppcc-notification-container p
{
	padding:15px 15px;
	margin:0;
	line-height: 2.3;
	letter-spacing: 0.3px;
}

.epp-notification-bottomcenter
{
	bottom:0;
	left:0;
	right:0;
	margin: auto;      /* Center it */
    text-align:center;
}

.epp-notification-bottomright
{
	bottom:0;
	left:auto;
	right:0;
	text-align:right;
}

.epp-notification-bottomleft
{
	bottom:0;
	left:0;
	right:auto;
	text-align:left;
}

.epp-notification-topcenter
{
	left:0;
	right:0;
	margin: auto;
    text-align:center;
}

.epp-notification-topleft
{
	left:0;
	text-align:left;
	right:auto;
}

.epp-notification-topright
{
	left:auto;
	right:0;
	text-align:right;
}
#eppcc-notification-container .notification-button
{
	cursor:pointer;
	padding: 5px 8px 5px 8px;
	margin-left: 4px;
	text-transform: uppercase;
}
@media only screen and (max-width: 450px) 
{
	#eppcc-notification-container a { 
	margin-left: 5px;
	text-decoration: underline;
	margin-right: 0px; }
}