.big {
  font-size: 130%;
}
/*-----------------------------------------------------
          >> Blueprint Developer Help  <<
-----------------------------------------------------*/

div.dev_attributes {
  border: 1px dashed #f0f; 
  font-family: sans-serif;
  padding: 5px; 
  margin: 0 0 20px; 
}
div.dev_attributes h2 {
  color: #f0f;
  margin: 0;
  padding: 0;
  font-weight: bold;  
}
div.dev_attributes p.exception {
  font-size: 11px;
  font-family: sans-serif;
  font-weight: bold;
  color: #f0f;
}
div.dev_attributes table {
  list-style-type: none; 
  font-family: sans-serif;  
  font-size: 11px;
  padding: 0; 
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0 0 0;
}
div.dev_attributes table tr th {
  color: #f0f;
  text-align: left;
  font-weight: bold;
}
div.dev_attributes table tr td,
div.dev_attributes table tr th {
  border-bottom: 1px solid #ccc;
  padding: 3px 14px 3px 0;
}

div.dev_attributes table tr td,
div.dev_attributes table tr td p {
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  margin: 0;
}
