.form-control {
    color: #333;
    background-color: #eee;
    border: 1px solid #bbb;
}
legend {
    border-bottom: 1px solid #004c99;
}
#table_necro {
    background-color: white;
}
#table_necro th {
    background-color: #e3e3e3;
}
.table-bordered>thead>tr>th {
    border-bottom: 2px solid #666 !important;
}
.table-bordered>tbody>tr>td {
    border: 1px solid #999;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}