.alert {
  background-color: #2066A4;
  color: white;
  max-width:100%;
  text-align:center;
     /*overflow-y: hidden;  Hide vertical scrollbar */

     overflow-x: hidden!important; /* Hide horizontal scrollbar */
}

a.alertlink:link {color:#ffffff;}
a.alertlink:visited {color:#ffffff;}
a.alertlink:hover {color:#ffffff;}



.closebtn {
  color: white;
  font-weight: normal;

  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: white;
  text-decoration:underline;
}

.closebtnaccept {
  color: white;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtnaccept:hover {
  color: white;
  text-decoration:underline;
}


.closebtntwo {
  color: white;
  font-weight: normal;

  cursor: pointer;
  transition: 0.3s;
}

.closebtntwo:hover {
  color: white;
  text-decoration:underline;
}

.closebtntwoaccept {
  color: white;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtntwoaccept:hover {
  color: white;
  text-decoration:underline;
}