/****************************************************************************
* vi: ts=4
* Cascading Style Sheet "bmwtools" for dvatp.com
* Author: Doug Vetter
****************************************************************************/
table.tools {
  width: 100%;
  font-size: 100%;
  background-color: white;
  border-collapse: collapse;
  border: 2px #ccccee solid;	
}

table.tools p {
  margin: 0;
}

table.tools td {
  border: 1px #ccccee solid;
  vertical-align: top;
  padding: 0.5em;
}

table.tools tr.header {
  font-weight:bold;
  border: 2px #ccccee solid;
  background-color: #f2f5fc;
}

table.tools tr.header td {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

table.tools td.desc {
  width: 75%;
}

table.tools td.src {
  width: 15%;
}

table.tools td.cost {
  width: 10%;
}
