body {
	font: 13px Helvetica, arial, freesans, clean, sans-serif;
	line-height: 1.4;
	color: #333;
}

h3 {
	color: #8f8f8f;
}

.-sew-list-container {
	background: white;
	border: 1px solid #DDD;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	min-width: 180px;
	z-index: 9999;
}

.-sew-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 100px;
	overflow: scroll;
}

.-sew-list-item {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}


.-sew-list-item small {
	color: #afafaf;
}

.-sew-list-item.selected {
	color: white;
	background: #4183C4;
	text-decoration: none;
}


.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
  width: 100%;
  display: block;
  height: 18px;
  padding: 9px;
  border: 1px solid #dcdcdc;
  border-radius:3px;
  overflow: hidden;
  background-color: transparent !important;
  position: relative;
  outline: 0;
  resize: none;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 2px;
  right: 0;
  top: 3px;
  bottom: 0;
  padding: 9px;
  color: #fff;
  overflow: hidden;

  white-space: pre-wrap;
  word-wrap: break-word;
}

.mentions-input-box .mentions {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
  font-size: 14px;
}

.mentions-input-box .mentions > strong {
  font-weight:normal;
  background: #d8dfea;
}

.mentions-input-box .mentions > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}