.avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.avatar.halfsize {
  width: 24px;
  height: 24px;
}

.icontext {
  display: inline-block;
  height: 24px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

a.icontext {
  white-space: nowrap;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
}
a.icontext > img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
a.icontext > img:first-child {
  padding-right: 3px;
}

.medalplate {
  display: inline-flex;
  flex-direction: row-reverse;
}
.medalplate > div {
  display: inline-block;
  width: 5px;
}
.medalplate > div:first-child {
  width: auto;
}

.avatar-list img {
  vertical-align: text-bottom;
}
.avatar-list td {
  text-align: left;
}

.message {
  color: #854924;
  font-size: 80%;
}

.message a, .message a:visited {
  color: #854924;
}

.widerows tr.odd, .widerows tr.even {
  height: 1.5em;
}

/* Select blocks */
.select_block {
  margin-bottom: 5px;
  margin-top: 5px;
}

.select_lowerblock {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  color: #777777;
}

.select_title > img {
  vertical-align: middle;
  margin-right: 10px;
}

.select_title:hover, .select_block.clicked {
  background: #ffff99;
}

.select_control {
  visibility: hidden;
}

.select_title:hover > .select_control {
  visibility: initial;
}

.select_block.clicked > .select_title {
  font-weight: bold;
}

.select_title {
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.select_block:focus {
  outline: 0;
}

.select_block.clicked > .select_lowerblock {
  height: auto;
  padding: 10px;
}

.rbimg_counter {
  position: absolute;
  /*	left:		40px; */
  bottom: 0;
  padding: 1px 5px;
  background-color: #396;
  color: #FFF;
  font-size: 75%;
  border-radius: 40%;
  /*	border:				1px solid gray; */
}

.play.button > img {
  width: 24px;
  height: 24px;
}

/*# sourceMappingURL=common.css.map */
