@charset "UTF-8";
/*
 * Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
 * wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
 */
.ajaxed-in, .original {
  border: 1px solid #000;
  padding: 5px;
}

.original {
  background: #ccc;
}

.ajaxed-in {
  background: #fff;
}