html,
body {
  min-height: 100%;
}
.humane,
.humane-flatty {
  position: fixed;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.humane,
.humane-flatty {
  font-family: Ubuntu, Verdana, sans-serif;
  line-height: 40px;
  font-size: 17px;
  top: 25%;
  left: 25%;
  opacity: 0;
  width: 50%;
  min-height: 40px;
  padding: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.humane p,
.humane-flatty p,
.humane ul,
.humane-flatty ul {
  margin: 0;
  padding: 0;
}
.humane ul,
.humane-flatty ul {
  list-style: none;
}
.humane.humane-flatty-info,
.humane-flatty.humane-flatty-info {
  background-color: #030;
}
.humane.humane-flatty-success,
.humane-flatty.humane-flatty-success {
  background-color: #030;
}
.humane.humane-flatty-error,
.humane-flatty.humane-flatty-error {
  background-color: #300;
}
.humane-animate,
.humane-flatty.humane-flatty-animate {
  opacity: 0.8;
}
.humane-animate:hover,
.humane-flatty.humane-flatty-animate:hover {
  opacity: 0.6;
}
.humane-js-animate,
.humane-flatty.humane-flatty-js-animate {
  opacity: 0.8;
}
.humane-js-animate:hover,
.humane-flatty.humane-flatty-js-animate:hover {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
