/* ----------------------- Options Nav ----------------------- */
div#add_options, div#edit_options, div#import_options, div#order_options,
  div#remove_group, div#add_group { display: none; }

/* ----------------------- Element Data Table ----------------------- */
div.c400 table {
  width: 330px;
  float: left;
  clear: both;
  font-size: 90%;
}

div.c400 thead { 
  background-color: #eee;  
}

div.c400 thead a { 
  font-weight: bold; 
  text-decoration: none;
  color: #333;
}

div.c400 thead a:hover {
  text-decoration: underline;
}

div.c400 thead td { 
  padding: 2px 0; 
  text-align: center;
}

div#localnav { margin-top: 0; }
