/*                                                                      */
/* 		                   COOKIE TABLE                   		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


/* ++ Added by IMc - 20150924 ++ Created for master css application ++ */
/*  ++ Taken from mobile.css ++ */

.cookie-table {margin: 10px 0; padding: 0;}
 
.cookie-table {
  border-top: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
}

.cookie-table .legend,
.cookie-table .row,
.cookie-table .row-alt {
  border-bottom: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
  overflow: auto; 
  padding: 0 2% 10px 2%
}

.cookie-table h4,
.cookie-table p  {
	display: block; float: left; margin: 0; padding: 0;}
	
.cookie-table h4 {
  color: #F0AB00 /* __ ARP 3 __ Gold (Pantone 130c) */;
}	
.cookie-table .legend p.cookie-purpose {
  text-transform: uppercase;
  line-height: 1.35em;
}

.cookie-table p {
  display: inline;
}

.cookie-table .legend h4.cookie-name,
.cookie-table .row h4.cookie-name,
.cookie-table .row-alt h4.cookie-name {
  padding: 10px 1% 0 1%; 
  margin: 0;
}

.cookie-table .legend p.cookie-purpose {
  margin: 0; 
  padding: 0;
}
	
.cookie-table .row p.cookie-purpose,
.cookie-table .row-alt p.cookie-purpose {
  padding: 0 1%;
}	

.cookie-table .row {
  background-color: #C9CAC8 /* ARP 3 Light Grey */;
}	

.prefix {
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  padding-right: 4px;
}
	
.prefix:after {
	content: ":";}

.cookie-table .legend {
  display: none;
}


