#ensNotifyBanner {
  background-color: #191b23;
  color: #ededed;
  opacity: 0.8;
  width: 60%;
  border-radius: 10px;
  padding: 20px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
  position: fixed;
  bottom: 50px;
  display: none;
  z-index: 9999;
}

.ensButtons {
  clear: both;
  margin-top: 15px;
  float: right;
}

.ensButtons button {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 32px;
  border-radius: 2px;
  font-size: 0.9em;
  background-color: #fff;
  color: #646464;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}

.ensButtons button:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}

.ensClear {
  clear: both;
}
