
table {
  table-layout: fixed;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
  text-align: center;
}


tbody {
  background-color: transparent; /* #f9f9f9;/* #DADADA;*/
}

thead {
  background-color: #CCFFFF;
}

th, td {
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}


td span{
  display: block;
  text-align: center;
}


caption {
  padding: 10px;
}

th#therapy {width: 45%;}
th#charges {width: 55%;}

/* credit card table/ insurers table */

#payments {
  margin-top: 1em;
  position: relative;
}


table#creditcards, table#insurers {
  font-size: 90%;
  font-weight: bold;
  position: relative;
}

col#tcol1, col#tcol2, col#tcol3, col#tcol4, col#tcol5, col#tcol6  {
  width: 105px;
}
#insurers col#tcol1,  #insurers col#tcol3,  #insurers col#tcol5, {
  width: 60px;
}
#insurers col#tcol2, #insurers col#tcol4, #insurers col#tcol6  {
  width: 150px;
}


#row_cc1 td, #row_cc2 td,
#row2_cc1 td, #row2_cc2 td{
  border-bottom: 0;
}
#row_cc1 td, #row_cc3 td,
#row2_cc1 td, #row2_cc3 td{
  background-color: white;
}
#row_cc2 td, #row2_cc2 td{
  background-color: #FFFEE9;
}
td.cccol1 , td.cccol3, td.cccol5  {
  border-right: 0;
}

/* extra CSS for products page */
#product td{
  text-align: center;
}

#product td.desc, #product td.desc span{
  text-align: justify;
}
#product td strong{
  font-size: 110%;
  color: red;
}
#product td img {
  margin-top: 10px;
}
#product a.buylink {
  font-weight: bold;
}




