.xclose {
  float: right;
}

.msg {
  display: inline;
}

.trigger {
  cursor: pointer;
}

.switch:hover {
  text-decoration: none;
  cursor: pointer;
}

.xclose pre {
  display: inline;
  margin: 0;
}

/*
 *   Notify
 * * * * * * * * * * * * * * * * *\
*/

#Notify {
  clear: both;
}
.notify {
  padding: 5px;
  margin: 10px;
}
.notify p {
  margin: 0;
  padding: 0;
  font-weight: bolder;
}
.user_message {
  border: 1px solid #008c10;
  background: #c2ffd7;
  color: #0012bb;
}
.user_warning {
  border: 1px solid #cd0000;
  background: #fffec0;
  color: #0012bb;
}
.user_error {
  border: 1px solid #cd0000;
  background: #ffc8b7;
  color: #0012bb;
}
