#xredpanel .nav-header h1 {
  display: inline-block;
  margin-top: 0px;
}

#xredpanel .nav-header ul {
  float: right;
  margin-top: 0px;
  border-bottom: none;
}

#xredpanel .headerSortdesc,
#xredpanel .headerSortasc {
  position: relative;
}

#xredpanel .headerSortdesc:after,
#xredpanel .headerSortasc:after {
  top:0;
  font-family: "FontAwesome";
  margin-left: 10px;
  content: "\f077";
}

#xredpanel .headerSortasc:after {
  content: "\f078";
}


#xredpanel table.ticketrating {
  display: table;
  width: auto;
  border: 0;
  border-spacing: 1px; /* 2px ? */
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  -moz-box-sizing: border-box;
  text-indent: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#xredpanel table.ticketrating td {
  display: table-cell;
  min-width: 16px;
  line-height: 16px;
  vertical-align: inherit;
  text-align: inherit;
  padding: 0;
  border: 0;
}
#xredpanel table.ticketrating td.point {
    cursor: pointer;
    cursor: hand;
}
#xredpanel table.ticketrating td.star {
    background: url('../../../images/rating_neg.png');
    cursor: pointer;
    cursor: hand;
}

#xredpanel{
font-size: 15px;
line-height: 1.4;
color: #222222;
}