/*** Style for newtables.html (Tables) ***/


#whole-box {
  font: 100% sans-serif;
  background-color: #ffffff;
  border-collapse: collapse;
  empty-cells: show;
  margin-left: 1em;
  margin-top: 1em;
  margin-right: 2em;

  }
  
#icons-box {
  text-align: center;
  padding-left: 10em;
}  

#archives-box > thead {
  font: 200% sans-serif;
  text-align: center;
  font-weight: bolder;
  background-color: #d6c6c6;
  border-collapse: collapse;
  empty-cells: show;
  padding-left: 50em;
  padding-right: 50em;
  margin-left: 50px

  }
  
#archives-box > tbody {
  text-align: left;
  font-weight: bold; 
  font-size: 100%;
  background-color: #cad6de;
  margin-left: 10px

  }
  
#first-box {
  font: 100% sans-serif;
  background-color: #ffffff;
  border-collapse: collapse;
  empty-cells: show;
  margin-left: 1em;
  margin-top: 1em;


  }

#first-box > caption {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: .5em;
  }


/* basic shared rules */
#first-box th,
#first-box td {
  text-align: left;
  padding-right: .5em;
  }

#first-box th {
  font-weight: bold;
  padding-left: .5em;
  }

