.youplay-user .user-data .activity a {
    text-decoration: none;
}

.youplay-messages .message-description .message-excerpt-data a {
  text-decoration: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(161, 99, 134, 0.8) url(https://www.kablam.net/assets/icons/back-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #A16386;
  opacity: 1;
}

#widget {
}
#widget .left {
    float:left;
    width:40px;
}
#widget .right {
    float:left;
    width:160px;
}
#widget span {
    display:block;
    float:right;
    padding:0 0 0 12px;
    margin:1px 0 0 0;
    color:#ccc;
    font-weight:bold;
    height:11px;
    background:url('https://www.kablam.net/assets/icons/gamerscore.gif') no-repeat 0 0;
    line-height:11px;
    font-size:11px;
    overflow:hidden;
}
#widget .right span {
    float:none;
    margin:7px 0 0 0;
    padding:0 0 0 14px;
}
#widget .right span em {
    font-weight:normal;
    font-size:0.9em;
}
#widget a {
    display:block;
    font-weight:bold;
    margin:0 0 8px 0;
    padding:0 0 4px 0;
    text-decoration:none;
    border-bottom:1px solid #ddd;
}
#widget a:hover {
    color:#777;
    font-weight:bold;
    text-decoration:none;
}
#widget img {
    float:left;
    margin:0 8px 0 0;
}