body div.sisyphus-bar.discard {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f39c12;
  height: 2.3rem;
  opacity: .9;
  text-align: center;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}
body div.sisyphus-bar.discard > a {
  font-weight: 600;
  color: white !important;
}
body div.sisyphus-bar.discard > a:hover {
  color: darkviolet !important;
  cursor: pointer;
}
body div.sisyphus-bar.discard .closebtn {
  margin-left: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  float: right;
  top: -0.05em;
  right: .3em;
  font-size: 1em;
}
body div.sisyphus-bar.discard .closebtn:hover {
  color: black;
}
