/* http://hixie.ch/ debugging stylesheet
 * (c) copyright 2000 by Ian Hickson
 * Distributed under the GPL licence
 */

/* Note from Sébastien Guillon: I only changed the border color from "fuchsia" to "#f80" (orange) */

* {
  border: 1px solid #f80 ! important;
  padding: 4px ! important;
  margin: 4px ! important;
  background: transparent ! important;
}