<!--

/*
 * Styles for the WhatIf (wi) Servlet 
 */

#wi_explain-graph
{
  border: 1px dashed #CCC;
  height: 200px;
}

td.wi_feature-selector
{
  width: 45%;
  text-align: center;
}

select.wi_feature-selector
{
   min-width: 350px; 
   max-width: 350px; 
   width: 350px; 
}

.wi_pos-weight, .wi_neg-weight, .wi_no-weight
{
  font-family: courier, serif;
}

.wi_neg-weight
{
  color: #DD1717;
}

.wi_pos-weight
{
  color: #248F23;
}

.wi_sort-select
{
  padding-left: 0.5em;
}

.featureLabelNodes, .featureNodes
{
  font-family: courier, serif;  
}




-->
