body {
    color: white;
    background-color: hsl(300, 100%, 10%);
}
a {
    color: hsl(240, 100%, 80%);
}
a:active {
    color: hsl(0, 100%, 80%);
}
input {
    color: white;
    background-color: hsl(300, 50%, 20%);
}
button:disabled {
    color: hsla(0, 0%, 100%, 20%);
    background-color: hsl(300, 50%, 20%);
    border-color: hsl(300%, 50%, 20%);
}
table#people thead {
    background-color: hsl(300, 100%, 8%);
}
table#people tbody tr:nth-child(even) {
    background-color: hsl(300, 100%, 11%);
}
.modified {
    background-color: hsl(240, 25%, 20%);
}
.submitted {
    background-color: hsl(300, 50%, 20%);
}
.matched {
    background-color: hsl(300, 100%, 40%);
}
.searchwords .term {
    background-color: hsl(300, 100%, 15%);
}
.searchwords button:hover {
    background-color: hsl(300, 100%, 25%);
}
.searchwords button:active {
    background-color: hsl(300, 100%, 10%);
}
.error {
    border: 1px solid hsl(0, 100%, 100%);
    background-color: hsl(0, 100%, 20%);
}
.flag {
    background-color: hsl(0, 100%, 40%);
}
.customiseColumns {
    background-color: hsl(300, 100%, 15%);
}
.insertAbove {
    border-top: 1px solid white;
}
.insertBelow {
    border-bottom: 1px solid white;
}
.insertUnmoved {
    border: 1px solid white;
}
