.closure-alert {
  background-color: #ffcccb;
  color: #900;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  }
  .Alert{background-color:red;}
  
  div.closeBox{
  clip-path: polygon(0% 0%, 90% 0, 75% 100%, 0 100%);
  width: 350px; 
  float:left;
  color:#050709;
  text-transform:uppercase;
  font-size:1.2rem;
  font-weight:700;
  margin-right:1rem;
  margin-left:-1rem;
  text-align:center
  }
  .closeAlertBox{
  margin-bottom: 20px !important;
  padding:0 1rem;
  box-shadow: 0 2px 5px 0 #999, inset 0 0 15px 0 #fcc !important;
  border: solid 2px #e33 !important;
  border-radius: 0 1rem  1rem 1rem;
  }
  ul.closeMtop{margin-top: 2rem;}