 .well
{
  min-height: 10px;
  padding: 5px;
  background-color: #f5f5f5;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 10px;
}


.emoji
{
  font-family: "noto color emoji", verdana, sans-serif;
}


.menu-avatar-wrapper {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: top center;
    vertical-align: middle;
}


.avatar-wrapper
{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: top center;
}



.filter-form .btn,
.filter-form .form-control
{
  width: 100%;
}


.btn
{
  margin-bottom: 3px;
}



.nowrap
{
  white-space: nowrap;
}

pre
{
  white-space: pre-wrap;
}

.guide
{
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 2px solid #007bff;/*#e3e3e3;*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.guide p, .well p
{
  margin-top: 5px;
  margin-bottom: 5px;
}


.help-block
{
  color: #dc3545;
  font-style: italic;
}

.hint-block
{
  font-style: italic;
}



.alert p
{
  margin: 2px 0px;
}
