body.admin-menu {
  background-position: center 66px;
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/*******************/
/* DRUPAL MESSAGES */
/*******************/

div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
  color: #745500;
  text-decoration: underline;
}

div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active {
  color: #000;
}

div.messages,
div.messages.status {
  background-color: #F6FABD;
  border: 2px solid #FFCC00;
  font-weight: 600;
  font-size: 1em;
  margin: 20px 0;
  overflow: hidden;
  padding: 14px;
}

div.messages.warning {
  background: #FFFFDD;
  border: 2px solid #EED300;
  color: #745500;
}

div.messages a {
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #555;
}

div.error {
  background-color: #FFF2F2;
  border-color: #CC0000;
  color: #B20000;
}

.help {
  background-color: #E4EEF8;
  border: 2px solid #57718A;
  color: #4C6278;
  font-size: 1em;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 16px;
}

.help p {
  font-weight: 600;
}

#content-wrapper ul.tips li {
  background: transparent;
  font-size: 1em;
  list-style: disc;
  list-style-image: none;
  list-style-position: inside;
}

div.view div.views-admin-links li {
  float: left !important;
}

