
table {
    width: 100%;
    border: 1px solid silver;
    border-collapse: collapse;
    margin-top:4px;
  }
  
  /* table, th, td {
    border: 1px solid silver;
  } */

  th, td {
    padding: 8px 5px;
    text-align: left;
    border: 1px solid silver;
  }

  th{
    user-select: none;
  }

  table#tableDocs1 th {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* font-size: 0.75em; */
    font-size: 12px;
    /* font-weight: 100; */
    background-color: darkgray;
    background-image: linear-gradient(dimgray , gray);
    color:white;
  }

  td {
    /* font-size: 0.75em; */
    font-size: 12px;
  }

  tr:nth-child(even) {background-color: ivory;}

  tr:hover {background-color: papayawhip;}

  select {
    margin: 0px 0px 0px 0px;
    padding:3px;
  }





  table#tableCbos {
    width: 100%;
    border: 1px solid silver;
    border-collapse: collapse;
    margin: 4px 0px 18px 0px ;
    background-color: whitesmoke;
  }  

  table#tableCbos th, 
  table#tableCbos td {
    border: 0px solid silver;
    padding: 4px 3px;
    text-align: left;
    font-size:12px;
    font-weight:500;
    background-color: whitesmoke;
  }

  table#tableCbos tr:nth-child(even) {background-color: white;}

  table#tableCbos tr:hover {background-color: white;}
