.gLastFM .track {
  margin-bottom: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gLastFM .notemplate {
  list-style-type: none;
  padding-left: 0px;
  background: none;
  min-height: 110px;
}

.gLastFM .track:last-of-type {
  margin: 0;
}

.gLastFM .CDCase {
  width: 124px;
  height: 111px;
  background: url('cdcase_124x111.png') top left no-repeat;
  position: relative;
  display: inline-block;
}

.gLastFM .CDCase img {
  width: 107px;
  height: 107px;
  position: absolute;
  top: 2px;
  left: 14px;
}

.gLastFM .notemplate .info {
  margin: 5px 0 0 5px;
  display: inline-block;
  max-width: 145px;
  min-height: 110px;
  vertical-align: top;
}

.gLastFM .template .info {
  margin: 5px 0 0 5px;
}

.gLastFM .info p {
  margin: 0 0 5px 0;
}

.gLastFM .time, .gLastFM .playcount {
  font-size: 0.8em;
}

.gLastFM .template .time, .gLastFM .template .playcount {
  float: right;
  margin-right: 10px;
}

.gLastFM .artiste {
  font-weight: bold;
  font-size: 1.1em;
}

.gLastFM .tracks {
  min-height: 120px;
}