body {
  background: #2b2c30;
}
.page-header {
  margin-top: 2rem;
}
.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  background-color: #819595;
}
.label-default {
  background-color: #818a91;
}
.label-banned {
  background-color: #393530;
}
.label-primary {
  background-color: #0275d8;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}

blockquote:before,
blockquote:after {
  display: none;
}

blockquote,
blockquote.Quote {
  display: block;
  padding-left: 1rem;
  margin-bottom: 2rem;
  border-left: 2px solid silver;
}

.Quote p {
  font-size: .9rem;
}

div.avatar img,
img.avatar {
  border-radius: 4px;
}

.hidden {
  display: none;
}

.item-game {
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 229px;
  box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
.item-game:hover {
  box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.item-game .image {
  position: relative;
  width: 229px;
  height: 128px;
  display: block;
}
.item-game .image img {
  display: block;
  max-width: 100%;
}
.item-game .title {
  font-size: .9rem;
}

.button-group {
  display: flex;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  border: 2px solid #983025;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.button[data-toggle="dropdown"] {
  border-left: none;
}

.avatar-choices li.avatar {
  margin: 0 .25rem .5rem;
  border: 2px solid #2b2c30;
  cursor: pointer;
}

.avatar-choices img {
  display: block;
}

.avatar-choices li.avatar:hover {
  border: 2px solid #d9534f;
}

.avatar {
  max-width: 160px;
  width: 100%;
}

.group .button {
  background: #fff;
}
.button--red:focus,
.group .button--red:hover,
.group .button--red:focus {
  background: #983025;
}
.group .button:not(:last-child) {
  border-right: 0;
}
.group .button:first-child {
  border-bottom-left-radius: 2px;
}
.group .button:last-child {
  border-bottom-right-radius: 2px;
}
.br {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.p-ap {
}

.p-ap img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
