/* Public demo chrome. Does not change operator Material Brown. */

.demo-flag
{
  position: sticky;
  top: 0;
  z-index: 80;
  margin: 0;
  padding: 7px 12px;
  background: #3b1d07;
  color: #d56b1d;
  border-bottom: 1px solid #884412;
  text-align: center;
  font: 700 12px/1.4 "Lato", "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
}

.demo-flag a
{
  color: #d7ccc8;
  font-weight: 700;
}

.demo-flag a:hover
{
  color: #fff;
}
