#idg-cookie-bar {
    z-index: 2147483647;
    width: 100%;
    height: 65px;
    border-bottom: 5px solid #319f0c;
    color: #222222;
    /* font-size: 16px; */
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.75);
}

#idg-cookie-bar a {
    color: #222222;
}

#idg-cookie-bar-container {
    width: 1132px;
    margin-left: auto; margin-right: auto;
    height: 100%;
}

#idg-cookie-bar-text {
    line-height: 1.4em;
    width: 790px;
    padding: 5px;
    position: relative;
    left: 10px;
    top: 10px;
    float: left;
    margin: auto;
}

#idg-cookie-bar-closebutton {
    /*width: 330px; */
    float: left;
    margin: auto;
    position: relative;
    padding: 5px;
    left: 20px;
    top: 15px;
}

#idg-cookie-bar #idg-cookie-bar-closebutton
{
    text-decoration:none;
    cursor: pointer;
    border: 1px solid #448a1a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding:10px 35px;
    display: inline-block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    font-size:15px; font-weight: bold; color: white;
    background-color: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #61b955 0%, #309e09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61b955), color-stop(100%,#309e09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #61b955 0%,#309e09 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #61b955 0%,#309e09 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #61b955 0%,#309e09 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #61b955 0%,#309e09 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b955', endColorstr='#309e09',GradientType=0 ); /* IE6-9 */
}

#idg-cookie-bar-closebutton:before
{
    content: "\2713";
    margin-right: 4px;
}