/* this puts them downlaods in columns */
/*
div.grid-layout div { display: inline-block; margin: 0px 20px 0px 20px; vertical-align: top; border-top: 1px solid #d0d0d0;  padding-top: 8px; }
.group-ced-main div.group-ced-downloads { border-top:none; margin-top:0px; margin-right:-20px; padding:0px; }
.group-ced-main div.group-ced-downloads div.field-item { display: inline-block; margin: 0px 20px 0px 20px; vertical-align: top; border-top: 1px solid #d0d0d0; width:230px; padding-top: 8px; }

*/

div.contact-record { display: inline-block; margin: 0px 80px 0px 20px; vertical-align: top; border-top: 1px solid #d0d0d0; width:330px; padding-top: 8px; }
div.contact-record + div.contact-record { margin: 0px 00px 0px 20px; }

/* this hides the Download heading because we prefer to have a manual heading called Records registry */
div.group-downloads > h3 { display:none; }

/*
.group-ced-main div.group-ced-downloads div.cedefop-document.teaser h3 { font-weight: 400; }
*/

.group-right{
  display:none!important;
}

.registryTable tr td:nth-child(n+1):nth-child(-n+2) { white-space: nowrap; }
.registryTable { width: auto; }

/* this hides the regular donwloads section */
#group-downloads { display:none; }

/* this puts the Privacy statement on the right side of the Record by giving a width to both the record and the privacy */
div.documents > div:nth-child(n+1):nth-child(-n+10), /* DCM pairs */
div.documents > div:nth-child(n+14):nth-child(-n+17), /* Atlassian */
div.documents > div:nth-child(n+19):nth-child(-n+32), /*  */
div.documents > div:nth-child(n+36):nth-child(-n+39)  /*  */ 
{
	display:inline-block;
	width: 48%;
	padding-bottom: 14px;
  vertical-align: top;
}

/* these are the Records (first column) which have pairs and we add a right border to them to visually connect them with their pairs. Their numbers appear also in the above block as starting numbers */
div.documents > div:nth-child(1),
div.documents > div:nth-child(3),
div.documents > div:nth-child(5),
div.documents > div:nth-child(7),
div.documents > div:nth-child(9),
div.documents > div:nth-child(14),
div.documents > div:nth-child(16),
div.documents > div:nth-child(19),

div.documents > div:nth-child(21),
div.documents > div:nth-child(23),
div.documents > div:nth-child(25),
div.documents > div:nth-child(27),
div.documents > div:nth-child(29),
div.documents > div:nth-child(31),
div.documents > div:nth-child(36),
div.documents > div:nth-child(38)
{
  border-right: 4px dotted #2f4798bb;
  margin-right: 1%;
}