#countrymsg > * {
  background: inherit;
  color: inherit;
}

#countrymsg {
  left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 300px) {
  body .page-wrap {
    padding-top: 35px;
  }
}
