div.LivingActor-CookiePrivContainer {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    padding: 7px 20px;
    text-align: center;
    color: #666;
    font-size: 0.9em;
    background-color: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    z-index: 9999;
}

	div.LivingActor-CookiePrivContainer div {
		display: inline-block;
	}

	div.LivingActor-CookiePrivContainer a.close {
	    display: inline;
	    margin-left: 15px;
	    padding: 4px 10px;
	    background-color: #ffcc85;
	    color: #333;
	    border: 0px solid #006fb4;
	    border-radius: 3px;
	    cursor: pointer;
	    font-weight: 800;
	}

		div.LivingActor-CookiePrivContainer a.close:hover {
		    text-decoration: none;
		}

	div.LivingActor-CookiePrivContainer a.know-more {
		margin-left: 10px;
		text-decoration: underline;
		cursor: pointer;
		color: #09f;
	}

		div.LivingActor-CookiePrivContainer a.know-more:hover {
		    text-decoration: none;
			color: #007dd1;
		}