html,
body {
  font-family: "Trebuchet MS", sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  background-color: #efefef;
}
/*
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: #eee;
}
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
}

input {
  border: 1px solid #999;
  border-radius: 3px;
}

.list-item-generic {
  /*list-style-image: url(../images/icon_arrow.ico);*/
  color: #333;
}

.message-info {
  /*list-style-image: url(../images/icon_info.ico);*/
  color: #888;
}

.message-warning {
  /*list-style-image: url(../images/icon_warning.ico);*/
  color: #ed2;
}

.message-error {
  /*list-style-image: url(../images/icon_error.ico);*/
  color: #e33;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
}
