.flonot-container {
  max-width: 50%;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 10;
}

.flonot {
  min-width: 60px;
  max-width: 100%;
  right: 1%;
  top: 1%;
  border-radius: 0.5em;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  float: right;
  clear: both;
}

.flonot-closebtn-container {
  height: 11px;
  margin-right: .5em;
}

.flonot-closebtn {
  cursor: pointer;
  float: right;
  font-weight: bold;
  color: white;
  font-size: 17px;
}

.flonot-text {
  margin: .5em 1.5em 19px 1em;
  color: white;
  font-weight: bold;
  letter-spacing: 1px
}
