body{
font-size: 90%;
}
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
textarea
{
  width:95%;
}


#liste {
width: 80%;
float: left;
border: solid 1px;
}

#liste table{border-collapse: collapse;}
#liste tr{margin: 1px;}
#liste tr:nth-child(even) {background: #DDD;}
#liste td {padding: 1px;}

#complet {
width: 40%;
float: right;
background-color: #DDD;	
padding: 0px;
border: solid 1px;
}

#complet tr tr:nth-child(odd) {background: white;}
#complet tr th {background: #DDD;}

#menu {
font-size: 110%;
background: #CCC;
}

#menu a:link, #menu a:visited {color: black; text-decoration:none;}
#menu td {
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-right: solid 1px;
}

#restaure tr tr:nth-child(even) {background: white;}
#restaure th {background: #DDD;}
#restaure tr:nth-child(odd) {background: #DDD;}

table.blueTable {
    font-family: "Verdana";                    /*"Courier New", Courier, monospace;*/
    border: 1px solid #1C6EA4;    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.blueTable tbody td {
    font-size: 1.1em;
}
table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
}
table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}
table.blueTable thead th {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
    border-left: none;
}

table.blueTable tfoot td {
    font-size: 1em;
}
table.blueTable tfoot .links {
    text-align: right;
}
table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}



table.responsive {
  /*  border: none;*/
 border-collapse: collapse;
 /* margin: 0;*/
 /* padding: 0;*/
  width: 50%;
  table-layout: fixed;
   text-align: center;
}

table.responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.responsive tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
   text-align: center;
}

table.responsive th {
        border: 1px solid #ddd;
    padding: .625em;
  text-align: center;

}

table.responsive td {
    border: 1px solid #ddd;
    padding: .625em;
    text-align: center;
    vertical-align:middle;
  color:blue;
}



table.responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
   text-align: center;
}

@media screen and (max-width: 600px) {
  table.responsive {
    border: 0;
  }

  table.responsive caption {
    font-size: 1.3em;
  }
  
  table.responsive thead {
   border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0.625em;
    position: absolute;
    width: 1px;
     text-align: center;
  }
  
  table.responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    text-align:center;
  }
  
  table.responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
    
  }
  
  table.responsive td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
   /* content: attr(data-label);*/
    float: left;
    font-weight: bold;
    text-transform: uppercase;
      text-align: center;
    
  }
  
  table.responsive td:last-child {
   /* border-bottom: 0;*/
  }
}

table.test {
    border-collapse: collapse;
      width: 90%;
  table-layout: fixed;
}

table.test td, th {
  border: 2px solid #999;
  padding: 0.5rem;
  text-align: center;
}

table.test td {
    color:blue;
    font-size: 1em;
}







table.Sticky {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
table.Sticky th, td {
  padding: 0.25rem;
}

table.Sticky th {
  background: white;
  position: sticky;
  top: 0; 
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}


