#optimal-divi-bar{
  padding: 10px;
  position: relative;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
}
#optimal-divi-bar .optimal-divi-bar-content {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  max-width: 1800px;
  margin: auto;
  text-transform: initial;
}
#optimal-divi-bar .optimal-divi-bar-content a {
  color: initial;
  text-decoration: underline;
  font-weight: bold;
}
#optimal-divi-bar button{
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  position: absolute;
}

#optimal-divi-bar button:before {
  content: "M";
  display: inline-block;
  font-family: ETModules;
  font-size: 2rem;
  position: relative;
  text-transform: none;
}

/* Ensure proper positioning when bar is above #top-header */
#top-header #optimal-divi-bar {
  /* Inherits all positioning from parent #optimal-divi-bar rule above */
  display: block;
}