    gr-cnt-ainfo {
    	display: grid;
    	/* grid-template-columns: 0.8fr 0.5fr 0.5fr 0.5fr 0.5fr 0.8fr 0.8fr; */
    	grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    	/* grid-auto-rows: 14%; */
    	grid-auto-rows: 100%;
    	margin-bottom: 5px;
    	border-top: 1px solid lightsteelblue;
    	/* padding-top: 5px;  XXXXXXX */
    	/* border-bottom: 1px solid orange;
    	padding-bottom: 5px; */
    }
    gr-item-ainfo {
        display: flex;            
        justify-content: center;  
    }
    gr-item-ainfo {
        background-color: #08082a;
        /* height: 30px; */
    }

    gr-item-ainfo#ainfo-L1 {
        grid-row: 1;
        grid-column: 1/2;
        padding-top: 4px;
    	border-top: 1px solid lightsteelblue;
        padding-bottom: 4px;
    	/* border-bottom: 1px solid lightsteelblue; */
    }

    gr-item-ainfo#ainfo-L2 {
        grid-row: 1;
        grid-column: 2/3;
        padding-top: 4px;
    	border-top: 1px solid lightsteelblue;
        padding-bottom: 4px;
    	/* border-bottom: 1px solid lightsteelblue; */
    }
    gr-item-ainfo#ainfo-L3 {
        grid-row: 1;
        grid-column: 3/4;
        padding-top: 4px;
    	border-top: 1px solid lightsteelblue;
        padding-bottom: 4px;
    	/* border-bottom: 1px solid lightsteelblue; */
    }
    gr-item-ainfo#ainfo-L4 {
        grid-row: 1;
        grid-column: 4/5;
        padding-top: 4px;
    	border-top: 1px solid lightsteelblue;
        padding-bottom: 4px;
    	/* border-bottom: 1px solid lightsteelblue; */
    }

    /* gr-item-ainfo#ainfo-L5 {
            grid-row: 1;
            grid-column: 5/6;
            padding-bottom: 0px;
    } */
    
    label.sz-atleet,
    label.seizoen,
    label.btn-cat {
        color: #07082a;
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }
    button.btn-sz,
    button.btn-og,
    button.btn-ond,
    button.btn-cat {
        background-color: orange;
        padding-top: 2px;
        border-radius: 6px;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 5px;
    }

    label.atl-top,
    label.og-top,
    label.cat-top,
    label.ond-top {
	    font-weight: 300;
	    padding: 2px 5px 2px 5px;
	    background-color: #07082a;
	    color: lightsteelblue;
    }
    
    select#kiesSz,
    select#kiesOg,
    select#kiesCat,
    select#kiesOnd {
    	margin: 0px 0px 0px 0px;
    	padding: 4px 4px;
    	color: darkred;
        font-weight: 400;
    	border-radius: 8px;
    	background-color: orange;
    	border: 0px;
        font-size: 0.9rem;
        /* height: 20px */
    }

    select#kiesSz, 
    select#kiesOg, 
    select#kiesCat, 
    select#kiesOnd {
	    margin: 0px 0px 0px 0px;
	    padding: 0px 4px;
	    color: darkred;
	    font-weight: 400;
	    border-radius: 8px;
	    background-color: orange;
	    border: 0px;
	    font-size: 0.9rem;
	    height: 21px;
    }
    select#kiesSz {
        width: 108px;
    }
    select#liesOg {
        width: 108px;
    }
    select#kiesCat {
        width: 108px;
    }
    select#kiesOnd  {
        width: 128px;
    }
    div.atl-pres-container {
    	/* justify-content: space-evenly; */
    	/* flex-direction: row; */
    	/* border-bottom: 2px solid orange; */
    	background-color: #07082a;
    	color: wheat;
    	padding-top: 0px;
    	padding-bottom: 1px;
   }

    .flex-row-atl {
        text-align: center;
        padding: 0.13rem 0rem 0rem 0rem;
        border-right: solid 1px wheat; 
        border-bottom: solid 1px #07082a;
        background-color: lightsteelblue;
        color: #07082a;
        height: 23px;
    }

.flex-row-atl.flex-cell-colA13 {
        width: 20%;
}
    .flex-row-atl.flex-cell-colA14 {
        width: 19%;
    }

    .flex-row-atl.flex-cell-colA15 {
        width: 15%;
        border-right: solid 0px red; 
    }
    .flex-row-17.flex-cell-colH18 {
        width: 19%;    
    }

    input:focus { outline: lightsteelblue 0px solid; border: red 0px solid; } 

    th#acol_1, th#acol_2, th#acol3 {
        width: 33.3%;
    }


    /*---------------------------- X -------------------------------*/
table.tableSectieX {
    /* display: table; */
    width: 100%;
}
table.tableSectieX thead, table.tableSectieX tbody {
    text-align: center;
}
table.tableSectieX thead.hd {
    text-align: center;
    background-color: lightsteelblue;
}
table.tableSectieX thead tr {
    background-color: lightsteelblue;
    color: #07082a;
    border-bottom: 0px solid orange;
    border-top: 0px solid orange;
}
table.tableSectieX thead.hd tr {
	background-color: lightsteelblue;
	color: #07082a;
	border-bottom: 0px solid #07082a;
    margin-top: -1.5px;
}
table.tableSectieX tbody {
    overflow: auto;
    /* height: 536px; */
    background-color: #07082a;
}
table.tableSectieX tr {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 1.0rem;
}

table.tableSectieX tr.BG_color {
    background-color: #3b576f;
    border-bottom: 0px solid cyan;
    font-weight: normal;
    height: 24px;
}

table.tableSectieX tr.BG_color_2 {
    background-color: #07082a;
    border-bottom: 0px solid cyan;
    font-weight: normal;
    height: 24px;
}

table.tableSectieX th#col_1b_U {
    width: 22%;
    text-align: center;
    border-right: solid 1px #07082a;
}
table.tableSectieX th#col_2b_U {
    width: 33%;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieX th#col_3b_U {
    width: 33%;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieX th#col_4b_U {
    width: 33%;
    text-align: center;
}
table.tableSectieX td#col_1b_U {
    width: 22%;
    text-align: center;
    font-weight: normal;
    border-right: solid 1px wheat;
}
table.tableSectieX td#col_2b_U {
    width: 33%;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px wheat;
}
table.tableSectieX td#col_3b_U {
    width: 33%;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px wheat;
}
table.tableSectieX td#col_4b_U {
    width: 33%;
    text-align: center;
}

caption {
    text-align: center;
    color: orange;
    background-color: #3b576f;
    font-weight: 100;
    padding: 4px 4px 6px 4px;
    font-size: 1.06rem;
}
caption.cr_info {
	text-align: center;
	color: #07082a;
	background-color: wheat;
	font-weight: bold;
	padding: 4px 4px 6px 4px;
}
caption#tnaam2 {
    text-align: center;
    color: orange;
    background-color: #07082a;
    font-weight: bold;
    padding: 4px 4px 6px 4px;
}

caption#tnaam {
    /* border: 0px solid #1B3163;  borders around the cells */
    background-color: orange;
    color: #07082a;
    caption-side: top;
    margin-top: -4px;
    margin-bottom: 0px;
    font-weight: bold;
    border-top: 0px solid lightsteelblue;
    height: 22px;
    padding-top: 2px;
    padding-bottom: 3px;
}
caption#tnaam4 {
	/* border: 0px solid #1B3163; */
	background-color: #bf873f;
	color: #07082a;
	/* caption-side: top; */
	/* margin-top: 4px; */
	/* margin-bottom: 0px; */
	font-weight: bold;
	border-top: 0px solid lightsteelblue;
	/* height: 22px; */
	padding-top: 3px;
	padding-bottom: 3px;
}
h4#hnaam4 {
	/* border: 0px solid #1B3163; */
	background-color: #bf873f;
	color: #07082a;
	/* caption-side: top; */
	/* margin-top: 4px; */
	/* margin-bottom: 0px; */
	font-weight: bold;
	border-top: 0px solid lightsteelblue;
	/* height: 22px; */
	padding-top: 3px;
	padding-bottom: 3px;
    text-align: center;
}

p#tnaam {
	/* border: 0px solid #1B3163; */
    background-color: #3b576f;
    color: wheat;
  	caption-side: top;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	border-top: 0px solid lightsteelblue;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
    font-size: 1.2rem;
}

/*---------------------------- M1 -------------------------------*/
table.tableSectieM1 {
    display: table;
    width: 100%;
}
table.tableSectieM1 thead, table.tableSectieM1 tbody {
    float: left;
    width: 100%;
}
table.tableSectieM1 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieM1 tbody {
    overflow: auto;
    height: 115px;
}
table.tableSectieM1 tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieM1 tr.BG_color {
    background-color: #add8e6;
}

table.tableSectieM1 th#col_1b_M1 {
    width: 25%;
    padding-left: 4px;
}
table.tableSectieM1 th#col_2b_M1 {
    width: 25%;
}
table.tableSectieM1 th#col_3b_M1 {
    width: 25%;
}
table.tableSectieM1 th#col_4b_M1 {
    width: 25%;
}
table.tableSectieM1 td#col_1b_M1 {
    width: 25%;
    padding-left: 4px;
    font-weight: normal;
}
table.tableSectieM1 td#col_2b_M1 {
    width: 25%;
    font-weight: normal;
}
table.tableSectieM1 td#col_3b_M1 {
    width: 25%;
    font-weight: normal;
}
table.tableSectieM1 td#col_4b_M1 {
    width: 25%;
    font-weight: normal;
}
/*-----------------------------------------------------------*/

table.tableSectieX tr.BG_color_2:last-of-type {
	border-bottom: 1px solid wheat;
    
}

table.tableSectieX tr.BG_color_odd:last-of-type {
    border-top: 1px dotted green;
}
table.tableSectieX tr.BG_color_even {
    border-bottom: 1px dotted red;
}
table.tableSectieX tr.BG_color_odd {
	border-top: 1px solid blue;
}


table.tableSectieX tr:first-of-type {
	border-top: 0px solid red;
}

table.tableSectieX tr:last-of-type {
	border-bottom: 1px solid wheat;
}
table.tableSectieX th.kop {
    background-color: lightsteelblue;
}
tr#colrow2 {
	border-bottom: 0px solid #07082a;
}

/* Medailles *******************************************************/

/* med == medailles */

gr-cnt-med { /* config stuff */
    display: grid;
    grid-template-columns:  2fr 1fr 1.5fr 1fr 2fr;
    grid-auto-rows: 100%;
}

gr-item-med { /* config stuff */
    display: grid;            
    align-items: center;      
    /* justify-content: center;   */
}

gr-cnt-med { /* display stuff */
	background-color: #3b576f;
    height: 29px;
    margin-top: 4px;
}
gr-item-med.M {
    /* display: flex;            
    justify-content: center;  */
	background-color: #3b576f;
}    

gr-item-med { /* display stuff */
    color: wheat;
    font-weight: 300;
    border-bottom: 1px solid #3b576f;
}

div.KPS-CLS {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
div.LTG-CLS {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

gr-item-med#med-kps-container {
    background-color: #3b576f;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    align-content: center;
}


gr-item-med#med-gsl-container {
    background-color: #3b576f;
    padding-top: 5.5px;
    padding-bottom: 2.5px;
    padding-left: 4px;
}
gr-item-med#med-lft-container {
	background-color: #3b576f;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	/* height: 27px; */
}
label.lbl-med {
	font-weight: normal;
	color: wheat;
	padding-right: 5px;
}
label.lbl-med-2 {
	font-weight: normal;
	color: orange;
	padding-left: 26px;
    font-weight: 600;
}
label.lbl-med-6 {
	font-weight: normal;
	color: wheat;
    text-align: left;
	padding-left: 100px;
	font-weight: 500;
}
span#med4 {
    color: tomato;
    font-weight: 400;
}
/* 
div#med-data-container {
	display: flex;  */
	/* margin: 0.9rem auto 0.8rem auto; */
/*	background-color: #07082a;
	padding: 0px;
	border: 0px solid blue;
	justify-content: center;
	height: 30px;
}
*/
div.med-data2-container {
	margin: 0.8rem auto 0.8rem auto;
	background-color: #07082a;
	padding: 0px;
	border: 0px solid blue;
	/*  justify-content: center;
	height: 30px; */
}
select#kiesLeeftijdsGroep4 {
	width: 88px;
	background-color: orange;
	color: #07082a;
	margin: 0px 0px 7px 0px;
	height: 20px;
	padding-left: 10px;
}
/* medaille select */
gr-cnt-med-sel { /* config stuff medaille-select */
    display: grid;
    grid-template-columns:  1fr ;
    grid-auto-rows: 100%;
}
gr-cnt-med-sel { /* display stuff */
	background-color: #07082a;
    height: 27px;
    
}
gr-item-med-sel { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}
gr-item-med-sel { /* display stuff */
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid yellow;
}

gr-item-med-sel#med-sel-container {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* einde medaille select */

/*
gr-cnt-med > gr-item-med#med-kps-container > div.KPS-CLS > button#5001.KPS {  
    background-color: red;
    color: yellow;
} 
*/

gr-cnt-med > gr-item-med#med-kps-container > div.KPS-CLS  > button.KPS {
	border-radius: 7px;
	color: orange;
	padding: 0px 4px 0px 4px;
	height: 19px;
	background-color: lightsteelblue;
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
    margin-bottom: 2px;
}

gr-cnt-med > gr-item-med#med-kps-container > div.KPS-CLS > button.KPS > a {
    text-decoration: none;
}

gr-cnt-med > gr-item-med#med-kps-container > div.KPS-CLS > button.KPX {
    border-radius: 7px;
    background-color: orange;
    color: #07082a;
	padding: 0px 4px 0px 4px;
    height: 19px;
    border: 0px;
    margin-left: 3px;
    margin-right: 3px;
} 

gr-cnt-med > gr-item-med#med-kps-container > div.KPS-CLS > button.KPX a {
    text-decoration: none;
}

/* gr-item-med#med-kps-container > a#5.KPS { */
    /* border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; */
/* } */

select#kiesGZB {
	padding: 2px 6px;
	color: darkred;
	font-weight: 400;
    border: 1px;
	border-radius: 8px;
	background-color: lightsteelblue;
	font-size: 0.9rem;
    margin-top: 7px;
}
caption#tnaam4.X1,
h4#hnaam4.X1 {
    background-color: gold;
   
}
caption#tnaam4.X2,
h4#hnaam4.X2  {
    background-color: #c0c0c0;
   
}
caption#tnaam4.X3,
h4#hnaam4.X3  {
    background-color: #cd7f32;
   
}

/* BAANRECORDS */
gr-cnt-br { /* config stuff */
    display: grid;
    grid-template-columns:  2fr 2fr 2fr;
    grid-auto-rows: 100%;
}

gr-item-br { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-br { /* display stuff */
	background-color: #3b576f;
    height: 27px;
    margin-top: 4px;
}
gr-item-br.B {
    height: 0px;
}    

gr-item-br { /* display stuff */
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid #07082a;
}

gr-cnt-br > gr-item-br#br-cat-container {
    /* background-color: green;  */
    padding-top: 5.5px;
    padding-bottom: 2.5px;
    padding-left: 4px;
}

table#tab_hist_info {
	width: 100%;
	border: 0px solid wheat;
}

table#tab_hist_info tr.BG_color {
    background-color: #3b576f;
    border-bottom: 1px solid red;
    font-weight: normal;
    height: 24px;
    color: wheat;
}

table#tab_hist_info tr.BG_color_2 {
    background-color: #07082a;
    border-bottom: 0px solid cyan;
    font-weight: normal;
    height: 24px;
    color: wheat;
}
table#tab_hist_info tr.BG_color  td,
table#tab_hist_info tr.BG_color_2  td {
    padding-left: 3px;
    padding-right: 3px;
}    

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0em 0em;
	background: wheat;
	overflow: auto;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0em; 
	outline: 0;
}
.ui-widget-content {
	border: 1px solid #da1515ff;
	background: wheat;
	color: #333333;
}

gr-cnt-mkt { /* config stuff */
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 100%;
}

gr-item-mkt { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-mkt { /* display stuff */
	background-color: #3b576f;
    height: 27px;
}
gr-item-mkt.B {
    height: 0px;
}    

gr-item-mkt { /* display stuff */
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid #07082a;
}

gr-cnt-mkt > gr-item-mkt#br-mk1-container {
    background-color: green;  
    padding-top: 5.5px;
    padding-bottom: 2.5px;
    padding-left: 4px;
}

div.mk-cat-mcf-punten-teller {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2px;
    background-color: green;  
}

div.mcf--1 { /* UITGESCHAKELD */
    /* background-color: color(display-p3 0.135 1 0); display-p3 color-setup zie okular pdf : Responsive Web Design with HTML5 and CSS Fourth Edition */
    background-color: lightsteelblue;
    display: flex;
    justify-content: right;
    padding-top: 12px;
    /*align-items: center;
    padding: 20px;
    font-size: 25px;
    color: wheat;
    line-height: 1; */
}

div.mcf--2 { /* UITGESCHAKELD */
    background-color: lightsteelblue;
    display: flex;
    justify-content: left;
    padding-top: 12px;
    /* align-items: center;
    padding: 20px;
    font-size: 25px;
    color: wheat;
    line-height: 1; */
}

/*
.grid-cnt-ptn-tel {
	display: inline-grid;
	grid-gap: 10px;
	grid-template-rows: 640px;
	grid-template-columns: 990px 990px; 1fr 1fr;
	background-color: #3b576f;
	justify-content: center;
	align-items: center;
    grid-auto-rows: 1280px;
    grid-auto-columns: 485px;
}
*/
.grid-cnt-ptn-tel-XXX {
	display: inline-grid;
	/* grid-gap: 10px; */
	grid-template-rows: 640px;
	grid-template-columns: 1980px;
	background-color: #3b576f;
	justify-content: center;
	align-items: center;
	grid-auto-rows: 1280px;
	grid-auto-columns: 485px;
}

.mcf-1 {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    align-items: center;
    justify-content: center;
}
.mcf-2 {
    grid-row: 1;
    grid-column: 2;
    display: grid;
    align-items: center;
    justify-content: left;
}

gr-cnt-mcf-6 { 
    display: grid;
    grid-template-columns:  1fr;
    grid-auto-rows: 100%;
}

gr-item-mcf-6 { 
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-mcf-6 { 
	background-color: #3b576f;
    height: 615px;
}
gr-item-mcf-6 { 
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid #07082a;
}

gr-cnt-mcf-6 > gr-item-mcf-6#mcf-cat-container-6 {
	/* padding-top: 5.5px; */
	/* padding-bottom: 2.5px; */
	/* padding-left: 4px; */
	/* height: 40px; */
	margin-top: 0px;
}


gr-cnt-mcf { 
    display: grid;
    grid-template-columns:  1fr;
    grid-auto-rows: 100%;
}

gr-item-mcf { 
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-mcf { 
	background-color: #3b576f;
    height: 615px;
}
gr-item-mcf { 
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid #07082a;
}

gr-cnt-mcf > gr-item-mcf#mcf-cat-container {
	/* padding-top: 5.5px; */
	/* padding-bottom: 2.5px; */
	/* padding-left: 4px; */
	/* height: 40px; */
	margin-top: 0px;
}

[class^='mcf'] {
    outline: 0px dashed #f90;
    font-size: 30px;
    color: #333;
}
input#L23-totaal,
input#L23-totaal-d1,
input#L23-totaal-d2,
input#L23-PCT-SH,
input#L23-PCT-SP,
input#L23-PCT-WP,
input#L23-PCT-AF
 {
    pointer-events: none; background-color: lightsteelblue;
}

a.cyan {
    color: cyan;
    text-decoration: none;
}    
a.orange {
    color: orange;
    text-decoration: none;
}
a.peru {
    color: peru;
    text-decoration: none;
}

span#Kps {
	color: lightsteelblue;
}
span#Gsl {
    color: lightsteelblue;
    padding-top: 2.5px;
}
span#Ltg {
	color: lightsteelblue;
}

@media all and (max-width: 1410px) {

    gr-cnt-med {
      display: grid;
      grid-template-columns: 0.5fr 1fr 1.5fr 1fr 0.5fr;
      grid-auto-rows: 100%;
    }

}

@media all and (max-width: 1000px) {

    gr-cnt-ainfo {
        	display: grid;
        	/* grid-template-columns: 0.8fr 0.5fr 0.5fr 0.5fr 0.5fr 0.8fr 0.8fr; */
        	grid-template-columns: 0.5fr 0.5fr;
        	/* grid-auto-rows: 14%; */
        	grid-auto-rows: 100%;
        	margin-bottom: 5px;
        	border-top: 1px solid lightsteelblue;
        	/* padding-top: 5px;  XXXXXXX */
        	/* border-bottom: 1px solid orange;
        	padding-bottom: 5px; */
            height: 28px;
    }

    gr-item-ainfo {
        background-color: #08082a;
        /* height: 30px; */
    }
    gr-item-ainfo#ainfo-L1 {
            grid-row: 1;
            grid-column: 1/2;
            padding-bottom: 0px;
    }
    gr-item-ainfo#ainfo-L2 {
            grid-row: 1;
            grid-column: 2/3;
            padding-bottom: 0px;
    }
    gr-item-ainfo#ainfo-L3 {
            grid-row: 2;
            grid-column: 1/2;
            padding-bottom: 0px;
    }
    gr-item-ainfo#ainfo-L4 {
            grid-row: 2;
            grid-column: 2/3;
            padding-bottom: 0px;
    }

    gr-cnt-med {
      display: grid;
      grid-template-columns: 0fr 1fr 1.5fr 1fr 0fr;
      grid-auto-rows: 100%;
    }

    div.atl-pres-container {
    	/* justify-content: space-evenly; */
    	/* flex-direction: row; */
    	/* border-bottom: 2px solid orange; */
    	background-color: #07082a;
    	color: wheat;
    	padding-top: 0px;
    	padding-bottom: 1px;
        margin-top: 32px;
    }


}

@media all and (max-width: 800px) {

    /* BAANRECORDS */
    gr-cnt-br { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 2fr 1fr;
        grid-auto-rows: 100%;
    }

}

@media all and (max-width: 750px) {

    gr-cnt-ainfo {
    	display: grid;
    	grid-template-columns: 0.5fr 0.5fr;
    	grid-auto-rows: 100%;
    	margin-bottom: 5px;
    	border-top: 1px solid lightsteelblue;
        border-bottom: 0px solid orange;
        height: 30px;
    }
    gr-item-ainfo {
        display: flex;            
        justify-content: center;  
    }
    gr-item-ainfo {
        background-color: #08082a;
        /* height: 30px; */
    }

    gr-item-ainfo#ainfo-L1 {
            grid-row: 1;
            grid-column: 1/2;
            margin-top: 2px;
    }
    gr-item-ainfo#ainfo-L2 {
            grid-row: 1;
            grid-column: 2/3;
            margin-top: 2px;
    }
    gr-item-ainfo#ainfo-L3 {
    	grid-row: 2;
    	grid-column: 1/2;
    	margin-top: 6px;
    }
    gr-item-ainfo#ainfo-L4 {
            grid-row: 2;
            grid-column: 2/3;
            margin-top: 6px;
    }

    div.atl-pres-container {
    	padding-top: 0px;
    	padding-bottom: 1px;
    	margin-top: 0px;               /* Naar 0 ??? */
    	border-top: 0px solid wheat;
    }

    gr-cnt-med {
      display: grid;
      grid-template-columns: 0fr 1fr 1fr 1fr 0fr;
      grid-auto-rows: 100%;
    }

}
@media all and (max-width: 650px) {

    gr-cnt-med {
    	display: grid;
    	grid-template-columns: 0fr 1fr 0.9fr 0.7fr 0fr;
    	grid-auto-rows: 100%;
    	margin-top: 30px;
    }    
    
    /* BAANRECORDS */
    gr-cnt-br { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 1fr 0fr;
        grid-auto-rows: 100%;
        margin-top: 30px;
    }

    gr-cnt-mcf > gr-item-mcf#mcf-cat-container {
    	/* padding-top: 5.5px; */
    	/* padding-bottom: 2.5px; */
    	/* padding-left: 4px; */
    	/* height: 40px; */
    	margin-top: -18px;
    }

    div.atl-pres-container {
    	/* justify-content: space-evenly; */
    	/* flex-direction: row; */
    	/* border-bottom: 2px solid orange; */
    	background-color: #07082a;
    	color: wheat;
    	padding-top: 0px;
    	padding-bottom: 1px;
    	margin-top: 58px;
    }

}
/*
    .grid-cnt-ptn-tel {
        grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    }

*/
