body & element(s)
body {
background: black !important;
}
div, table, td, h1, h2, h3, h4, h5, h6 {
background: inherit !important;
}
/*@ input(s) / select(s)
input, select, textarea {
padding: 5px !important;
border: thin solid gray !important;
background-color: blue !important;
margin: 5px !important;
}
input:focus {
background-color: red !important;
}
input[type='image'] {
display: none !important;
}