#content-panel{
  margin:0 auto 0 auto;
  width:868px;
}

#innerspectool{
  margin:0 auto 0 auto;
  width:763px;
}

/* Bill Of Quantities */
#billofquantities {
  border-left: 1px dotted #000;
  border-top: 1px dotted #000;
  border-collapse: collapse;
}
#billofquantities #col3 {
  width: 75px;
}
#billofquantities #col4 {
  width: 75px;
}
#billofquantities #col5 {
  width: 75px;
}
#billofquantities #col6 {
  width: 50px;
}
#billofquantities #col7 {
  width: 50px;
}
#billofquantities th, td {
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px;
  vertical-align: top;
}
#billofquantities th.no-border {
  border: 0px;
}
#billofquantities th.no-bottom {
  border-bottom: 0px;
}
#billofquantities td.quantity {
  vertical-align: bottom;
}
#billofquantities td.unit {
  vertical-align: bottom;
}
#billofquantities td.label {
  padding: 5px;
  width: 20%;
  vertical-align: top;
}
#billofquantities td.description {
  padding: 5px;
  width: 80%;
  vertical-align: top;
}

/* NKQ40 */
#NKQ40 #title {
  padding: 0px 0px 10px 20px;
}
#NKQ40 #NKQ40-table {
  padding: 0px 0px 0px 20px;
}
#NKQ40 #NKQ40-table td {
  border: 0;
  padding: 0px 0px 10px 0px;
  margin: 0;
}
#NKQ40 #NKQ40-table td.label {
  padding: 5px;
  width: 150px;
  vertical-align: top;
}
#NKQ40 #NKQ40-table td.content {
  padding: 5px;
  vertical-align: top;
}
/* Generic */
h1 {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}

