/* ///////////////////////////////////
	skins for GROWL notifications  //
///////////////////////////////// */
#growl {
  position: fixed;
/*  right: 5px; */
  width: 250px;
  z-index: 10000;
}

.notice {
  position: relative;
  min-height: 30px;
}

.skin {
  position: absolute;
  background-color: #323a44;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#growl .content {
  /* margin-top: 6px; */
  background: inherit;
  color: #17d5bc;
  font-family: lato;
  font-size: 14px;
  padding: 7px;
}
