/* CSS Document */
/*** Style for doc3.html (Tables) ***/

#eds-harth-shop-table{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color: #ffffff;
  border-collapse: collapse;
  empty-cells: show;
  border: dashed 1px #B4B57E;
  }

#eds-harth-shop-table > caption {
  text-align: left;
  font-weight: bold;
  font-size: 14;
  border-bottom: .2em solid #4caaaa;
  margin-bottom: .5em;
  }


/* basic shared rules */
#eds-harth-shop-table th,
#eds-harth-shop-table td {
  text-align: left;
  padding-right: .2em;
  border:#7a7777 solid 1px;
  }

#eds-harth-shop-table th {
  font-weight: bold;
  padding-left: .2em;
  background-color:#8F143B;
  }
  


/* header */
#eds-harth-shop-table > thead > tr:first-child > th {
  text-align: center;
  color: ffffff;
  }

#eds-harth-shop-table > thead > tr + tr > th {
  font-style: italic;
  color: gray;
  }

/* fix size of superscript */
#eds-harth-shop-table sup {
  font-size: 75%;
  }

/* body */
#eds-harth-shop-table td {
  background-color: #ffffff;
  padding:.3em .3em .3em .3em;
  }

#eds-harth-shop-table tbody th:after {
  /*content: ":";*/
  }


/* footer */
#eds-harth-shop-table tfoot {
  font-weight: bold;
  }

#eds-harth-shop-table tfoot th {
  color: black;
  }

#eds-harth-shop-table tfoot th:after {
  content: ":";
  }

#eds-harth-shop-table > tfoot td {
  background-color: #ceeeee;
  }

#eds-harth-shop-table > tfoot > tr:first-child td {
  border-top: .2em solid #B4B57E;
  }
/* =================================== */
