input[type="text"], textarea, input[type="search"], input[type="url"]  {
  background-color: black !important;
  color: white !important;
  font-family:  "Droid Sans Mono",Menlo,Monaco,"Courier New",monospace !important;
}

::-moz-placeholder {
  color: white !important;
}

body {
  font-family:  "Droid Sans Mono",Menlo,Monaco,"Courier New",monospace !important;
}

/** shaarli fix **/

div.awesomplete > ul > li[aria-selected="true"] {
    background: white !important;
    color: black !important;
}

div.awesomplete mark {
  background: black !important;
  text-decoration: underline;

}

div.awesomplete li[aria-selected="true"] mark {
  background: white !important;
  text-decoration: underline;
}