/* stylesheet for cookies.css */
div.cookies
{
  width: 600px; 
  max-width: 90%;
  max-width: calc(100% - 60px); 
  margin: 0 auto
}
