html, body { height: 100%; padding: 0px; margin: 0px}


.user_bubble .large_avatar
{
  position: absolute;
  left: 5px;
  top: 5px;
}

.user_bubble .avatar_info
{
  margin-left: 100px;
  min-height: 100px;
  min-width: 200px;
}

.user_bubble .name
{
  margin-top: 5px;
  font-weight: bold;
}

.user_bubble .actions
{
  text-align: right;
  position: absolute;
  bottom: -5px;
  right: 0px;
}