div#composition-display {
  position: relative;
  border: 2px solid black;
  width: 357px;
  height: 240px;
  background-color: black;
  margin-bottom:  8px;
  left: 120px;
}

.draggable {
  position: absolute;
}

/*******************************************************************
***                                                              ***
***                        INFOBULLES                            ***
***                                                              ***
*******************************************************************/
.tip {
  color: #fff;
  min-height: 140px;
  width: 300px;
  z-index: 13000;
}

.tip-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #9FD4FF;
  padding: 8px 8px 4px;
  background: url("../images/bubble.png") top left;
}

.tip-text {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: url("../images/bubble.png") bottom right;
}

div.user-tooltip-spacer {
  height: 10px;
  clear: both;
}

div.infos div.avatar, div.tip div.avatar
{
  margin: 16px;
  padding: 3px;
  border: 1px solid #ccc;
  width: 80px;
  float: left;
}

p.player-name {
  width:    100px;
  text-align: center;
  font-size: 0.9em;
}
