#cookieChoiceInfo {
    background-color: #5a5a5a !important;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 -15px !important;
    padding-left: 15px !important;
    padding-right: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 10000 !important;
    filter: alpha(opacity=95);
	opacity: 0.95;
    line-height: 25px;
}
#cookieChoiceInfo a {
    background-color: #303030;
    border: 1px solid rgba(0, 0, 0, .1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
}
