table.form{ 
width: auto;
}
table.form td{ 
padding: 2px;
}
table.form th{ 
text-align:left;
padding-left:5px;
}
table.form td.section_heading{ 
padding: 0px;
}
table.list{ 
margin: 10px 0px;
border-collapse: collapse;
border: 2px solid #003366;
min-width:200px;
}
table.list a{ 
text-decoration:none;
color: black;
}
table.list a:hover{ 
text-decoration:none;
color: black;
}
table.list td{ 
padding: 5px;
border-bottom: 1px dashed  #003366;
}
table.list th{ 
border: 1px solid #003366;
background-color:#003366;
padding: 5px;
color: white;
}
table.form th, table.form td{ 
text-align:left;
padding:2px;
}
.over{ 
background-color: #A3D8ED;
cursor:pointer;
}
.not_enough {
  color: red;
}
.enough {
  color: green;
}
.field_error {
  color: red;
}
.new_highlight {
    color: #FF950E;
    font-style: italic;
    font-weight: bold;
}
.dashboard p + p {
    margin-top: -1em;
    text-indent: 0;
}

.dashboard a {
    text-decoration: none;
}

.dashboard table {
    width: auto;
}