#cookieChoiceInfo {
    position: fixed;
    width: 100%;
    background-color: #f4f6f6;
    color: #000;
    font-family: Helvetica, sans-serif;
    font: 300 14px/24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    left: 0px;
    bottom: 0px;
    border: 0px none;
    margin: 0px auto;
    padding: 5px 0px;
    text-align: center;
    z-index: 9999;
}

#cookieChoiceDismiss {
    background: #222;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #f4f6f6;
    text-decoration: none;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    margin: auto 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);

}

#cookieChoiceInfo a:nth-child(2) {
    color: DarkBlue;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
