#cookie-bar
{
	background: #323232;
	color: #fff;
	text-align: center;
	padding: 6px;
}

	#cookie-bar.fixed
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

		#cookie-bar.fixed.bottom
		{
			bottom: 0;
			top: auto;
		}

	#cookie-bar p
	{
		margin: 0;
		padding: 0;
        width: 60%;
        padding-top: 3px;
        margin: 0 auto;
	}
    #cookie-bar a
	{
		color: #ffffff;
		text-decoration: underline;
	}

	#cookie-bar .cb-enable
	{
		color: #ffffff;
		display: inline-block;
		border-radius: 3px;
		text-decoration: none;
		padding: 0 6px;
		margin-left: 8px;
        margin-top: 4px;
	}