/* line 3, ../sass/theme-config-panel-output.scss */
#debug-alerts {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border: 2px solid red;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: fixed;
  right: 0;
  top: 200px;
  width: 200px;
  z-index: 1000;
}
/* line 17, ../sass/theme-config-panel-output.scss */
#debug-alerts h2 {
  color: red;
  font-size: 1em;
  font-weight: bold;
}
/* line 24, ../sass/theme-config-panel-output.scss */
#debug-alerts ul li {
  background: #ffc7c7;
  border-radius: 5px;
  margin: 0 0 5px 0;
  padding: 5px 10px;
}
