body
{
  padding-top: 60px;
}

.player-container
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.playercard
{
  float: left;
  margin: 1rem;
  width: 15rem;

  text-align: center;
}

.playercard>.content
{
  margin-top: 0.75em;
}

.green-text
{
  color: #5bbd72;
}

.red-text
{
  color: #d95c5c;
}

.blue-text
{
    color: #1698EA;
}

.avatar
{
  display: inline-block;
  margin-right: 0.4rem;
  border-radius: 500rem;
  vertical-align: middle;
}

.chat-preview
{
  background: #e0e1e2;
  font-weight: bold;
  color: #fff;

  padding: 1px;

  text-shadow: #000 1px 1px;
  border-radius: 0.3em;
}

.flex-container
{
  display: flex;
}

.stretch-item
{
  order: 1;
  flex-grow: 1;
  margin-right: 1rem;
}

.fixed-item
{
  order: 2;
  flex-grow: 0;
}

.ui.segment.footer
{
  margin: 20px 0 0 0;
  border-radius: 0;
}

.ui.card .image>.description
{
  cursor: default;

  position: absolute;
  top: 0;
  padding: 0.5rem;
  width: 100%;

  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff;
  word-wrap: break-word;
}
