.groupname {
  display: block;
  width: 100%;
  text-align:center;
  font-size:1.5em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight:bold;
  padding-top:10px;
  color:#ff43ca;
}

.itemname {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight:700;
  padding-top:10px;
}

.itemdesc {
  line-height:1em;
  padding-bottom:10px;
  height:40px;
  overflow-y:hidden;
  text-overflow: ellipsis " [..]";
}

.subheader {
  display: block;
  width: 100%;
  font-size:1.2em;
  line-height:2em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight:bold;
  color:#ff43ca;
}

.itemimage {
  width:100%;
  display:block;
}

.favoriteitem {
  width:100%;
  position:absolute;
  margin-top:10px;
  padding-right:10px;
  text-align:right;
  color:#bbbbbb;
  font-size:1.5em;
  text-shadow: 2px 2px 4px #999999;
}

.redheart {
  color:#ff0000;
}

.ribbon3 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #59324C;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #59324C;
}