#catapult-cookie-bar {
    color: #333333;
    min-height: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding:6px 20px 4px;
    background-color: #ffffff;
    text-align:left;
	border-top:1px solid #aaaaaa;
	text-align:center;
}
#catapult-cookie-bar a {
    color: #000000;
}
button#catapultCookie {
    margin:0 20px;
    line-height:20px;
    background:#dddddd;
    border:none;
    color: #333333;
    padding:4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}