#cookie_wrapper    {

width:100%;
height: 110px;
background: #990033;
float:left;
/*position:fixed;*/

margin-top:-110px;
position:relative;
  z-index: 999999;
}


#cookie_copy    {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0px;
}

#cookie_copy_text a  {color:#fff;}

#cookie_copy_text    {
float:left;
width:75%;
color:#fff; 
font-size:12px;
padding-top: 10px;
padding-left: 10px;
  text-align: left;
}

#cookie_copy_button   {
float:right;
width:auto;
height:auto;
width:110px;
height:40px;
background: #990033;
font-size:12px
}

#cookie-button   {
float:right;
width:auto;
height:auto;
width:110px;
height:40px;
background: #F0F0F0;
font-size:12px;
border: 0;
font-weight: bold;
color:#990033;
margin-top:10px;
}


#cookie_copy_button   a {color:#990033;font-weight:bold;text-decoration:none;text-align:center;}

a.fill-div    {display:block;width:100%;height:100%;}

    @media only screen and (min-width: 651px) and (max-width: 767px) {


#cookie_wrapper    {
height: 130px;
margin-top:-130px;
}

}

    @media only screen and (max-width: 650px) {

#cookie_wrapper    {
height: 180px;
margin-top:-180px;
}

#cookie_copy_text    {
width:100%;
}

}

    @media only screen and (max-width: 320px){

#cookie_wrapper    {
height: 210px;
margin-top:-210px;

}

#cookie_copy_text    {
width:100%;
}

}

#cookie_copy_text a { text-decoration: underline;}

#cookie_table_wrap   td {padding:5px;}