/*                                                                      */
/* 		                   COOKIE - DESKTOP UP             		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css    */
/*                                                                      */
/*                                                                      */


/* **************************************** */
/* 				COOKIE BAR	 				*/
/* **************************************** */

  div#cookie-message {
    padding: 21px 0% 51px 0%;
    position: fixed;
    width: 100%;
    z-index: 1;
    z-index: 2; /* Updated by IainMc - 20240704 */
  }
  div#cookie-message p {
    font-size: 12px;
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }

