/* Modal Alert
 * =============================== */
.alert {
  padding: 15px;
  background-color: #f44336;
  color: white;
 }

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.table_alert {
  margin-bottom:0px;
  font-family:Arial;
  font-size: 14px; 
}
.button_alert {
background-color: #000000;
  border-radius: 4px;
   float: right;
  border: none;
  color: white;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  opacity: 1;
 
}
.button_alert:hover, button:focus, button:active 
    /* swap colors */
	{background-color: #000000;
     border-radius: 4px;
	  float: right;
	 border: none;
	 color: white;
	 padding: 12px 16px;
	 text-align: center;
	 font-size: 12px;
	 margin: 4px 2px;
	 opacity: 0.6;
	}