









.mpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  display: none; /* initially hidden */
  justify-content: center;
  align-items: center;
}

.mpopup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

#mmarquee {
    border: 1px solid;
    background: #f0ec2b;
    width: 100%;
    overflow: hidden;
}

.para {
    color: black;
    font-weight: bold;
    white-space: nowrap;
    clear: both;
    float: left;
} 
button.close { background-color: #f0ec2b; border-radius: 8px; float: right; padding:2px 2px 0px;} 
.pop-header { background-color:#f0ec2b; border-radius: 8px; padding: 6px 7px 0px 7px; }