#alerts_directions {
  background-color: #fff;
  float: left; 
  width: 250px; 
  border: 2px solid; 
  margin-left: 20px;
  padding: 5px;
}
#al_change_status {
  margin-bottom: 25px;
  padding-left: 25px;
}
.al_status {
  color: #c51e00;
}
#alerts_form {
  float: left;
  clear: none;
  width: 530px;
}
.text_input {
  margin-bottom: 10px;
}
#alert_body_field {
  margin-bottom: 10px;
  margin-top: 20px;
}
#alert_list form {
  display: inline;
  margin-left: 10px;
}
#action_alerts {
  background-color: #fff;
  border: 2px solid #000;
  font-size: 10px;
  margin: 15px 0;
  padding: 6px;
}
#action_alerts h3 {
  color: #c51e00;
  font-size: 22px !important;
  letter-spacing: 3px;
  margin-bottom: 12px;
  text-align: center;
}
#action_alerts h4 {
  font-size: 15px;
  margin-bottom: 7px;
  margin-top: 0;
}
#action_alerts p {
  margin: 0 0 5px 0;
}
.wrap.edit_al {
  clear: left;
}