/* pozíció */
.meows {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20000;

  
  
}

.meow {
  position: relative;
  margin: 20px 20px 0 0;
  
  
}

/* üzenet beállításai */
.meow .inner {
  width: 300px;
  min-height: 48px;
  padding: 10px;
  font-family: Helvetica;
  font-size: 15px;
  color: #fff;

}

.meow .inner:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: "\0200";
  visibility: hidden;
}

.meow.hover .inner {

}

.meow .inner h1 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

/* cím beállításai */
.meow .inner h2 {
  font-size: 16px;
  position: relative;
  top: -5px;
  color: #fff600;
  font-family: Helvetica;
}

.meow .inner .icon {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.meow .inner .icon img {
  max-width: 36px;
  max-height: 36px;
}

.meow .inner .close {
  display: none;
}

.meow.hover .inner .close {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #191919;
  border: 2px solid #ffffff;
  -webkit-border-radius: 18px;
   -khtml-border-radius: 18px;
     -moz-border-radius: 18px;
      -ms-border-radius: 18px;
       -o-border-radius: 18px;
          border-radius: 18px;
  -webkit-opacity: 0.75;
   -khtml-opacity: 0.75;
     -moz-opacity: 0.75;
      -ms-opacity: 0.75;
       -o-opacity: 0.75;
          opacity: 0.75;
  zoom: 1;
}
