div.pageAlert {
  padding: 20px;
  width: calc(100% - 80px);
  top: 0px;
  margin: 0 20px;
}

div.pageAlert .content {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

div.pageAlert p.text {
  width: 850px;
}

div.pageAlert a {
  color: #007dbd;
}

div.pageAlert img {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  padding-right: 10px;
}


div.pageAlert img.pageAlertClose {
  width: 15px;
  height: 15px;
  padding-left: 10px;
  cursor: pointer;
}

@media (max-width: 1040px) {
  div.pageAlert {
    width: calc(100% - 40px);
    margin: 0;
  }
}
