div#meter-message {
  display: flex;
  flex-wrap: wrap;
  z-index: 1999;
  position: fixed;
  height: 64px;
  background-color: #fcfcfc;
  box-shadow: inset 0.1em 0 0.75em 0 #6b6b6b;
  width: 100%;
  left: 0;
  top: 0;
}
div#email_meter-message {
  display: flex;
  flex-wrap: wrap;
  z-index: 20000;
  position: fixed;
  height: 250px;
  background-color: #fcfcfc;
  box-shadow: 0.1em 0 0.75em 0 #6b6b6b;
  width: 100%;
  top: 0;
  left: 0;
}

#meter-message-logo {
  flex-grow: 1;
  width: 25%;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

div#meter-message-text {
  flex-grow: 1;
  width: 25%;
  text-align: center;
  padding-top: 18px;
}

div#meter-message-options {
  flex-grow: 1;
  width: 50%;
  text-align: right;
  padding: 24px 2% 0 0;
}

ul#menu-meter-options {
  padding: 0;
  font: 12px Verdana;
  list-style-type: none;
}

ul#menu-meter-options li {
  display: inline;
  margin-left: 2%;
}

ul#menu-meter-options li a {
  padding: 10px 50px;
  border: 1px solid #aaa;
  background-color: #eee;
  color: #47a;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}
#email_offer_signup {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
#email_offer_signup > div > form > div.tnp-field.tnp-field-email > input {
  border: 1px solid #000;
}

@media (max-width: 768px) {
  div#meter-message-text {
    padding-top: 5px;
  }
  #meter-message-logo {
    display: none;
  }
  ul#menu-meter-options li a {
    padding: 4%;
  }

  ul#menu-meter-options li {
    margin-bottom: 2px;
    margin-left: 2px;
  }
}
/* new meter settings */
@media (max-width:800px){
	#meter-message-logo{
		display:none;
	}
	div#meter-message{
		height: 100px !important;
		background-color: #FFF;
	}
	ul#menu-meter-options li{
		float:left;
		width:45%;
		margin-left:5px!important;
	}
}
