/*****/
.structItemContainer-group--sticky .structItem-title::before{
content: "your name here";
background: #850000;
background: -moz-linear-gradient(top, #950000 0%, #650000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#950000), color-stop(100%,#650000));
background: linear-gradient(top, #950000 0%,#650000 100%);
border: 1px solid rgba(0,0,0,0.7);
-moz-box-shadow: inset 1px 1px 0 0 #A50000, 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 1px 1px 0 0 #A50000, 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: inset 1px 1px 0 0 #A50000, 0px 2px 3px rgba(0,0,0,0.3);
color: #fff;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
-webkit-border-radius: 5px !important;
display: inline-block;
font-size: 10px;
font-weight: bold;
padding: 2px 5px;
margin: -1px;
vertical-align: middle;
}
/*****/
special