p.material {
  padding-top: 2em;
}

/* paypal tables */
table {
  margin: 0.5em 20px 2em 0px;
  font-weight: bold;
}

table#tpricecb, table#tpricevb {
  margin-left: 0px;
  text-align: center;
}

table#tpp {
  /*width: 500px;*/
  margin-left: 0px;
  text-align: center;
}

caption {
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 0.5em;
  text-align: center;
}

/* remember only limited formatting for col's */
col.t1col1{width: 140px;}
col.t1col2{width: 80px;}
col.t1col3{width: 110px;}
col.t1col4{width: 110px;}
col.t1col5{width: 110px;}

col#t2col1{width: 200px;}
col#t2col2{width: 110px;}
col#t2col3{width: 110px;}
col#t2col4{width: 110px;}

th{
  padding: 5px 10px;
  text-align: center;
  border-right: 4px solid #888;
  border-bottom: 4px solid #888;
}

td {
  padding: 5px 5px;
  border-right: 4px solid #888;
  border-bottom: 1px solid #888;
  font-weight: normal;
}

tr {
  border-bottom: 1px solid #888;
}

thead {
  border-bottom: 4px solid #888;
}

table {
  border-collapse: collapse;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  border-bottom: 4px solid #888;
}

table span {
  display: block;
  font-weight: normal;
}

table form {
  margin: 0;
  padding: 0;
  .padding-top: 1em;
}

p.hilite {
  padding-top: 3em;
  font-weight: bold;
  font-size: 120%;
}

