#catapult-cookie-bar {
    background-color: #464646;
    bottom: 0;
    color: white;
    direction: ltr;
    left: 0;
    min-height: 30px;
    padding: 6px 20px 4px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 99999;
}

#catapult-cookie-bar a {
    color: #FFFFFF;
}

button#catapultCookie, button#CancelCookie {
    background: none repeat scroll 0 0 #D10000;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 20px;
    padding: 4px 12px;
}

button#CancelCookie {
   margin: 0 20px 0px 0px;
}