div.comments-wrapper h4{
	text-align: center;
	text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

div.team-comments {
  display: inline-block;
  background: #FEFBFB;
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  width: 100%;
  height: 420px;
}
div.team-comments div.team-comments-list{
  display: flex;
  height: 340px;
  /*justify-content: flex-end;*/
  flex-direction: column;
  overflow-y: auto;
  font-size: 13px;
}	

div.team-comments div.team-comments-list h6.new-messages {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #ec2323; 
   line-height: 0.1em;
   margin: 10px -30px 20px; 
}

div.team-comments div.team-comments-list .glyphicon-trash {
   padding-left:5px;
}



div.team-comments div.team-comments-list h6.new-messages span { 
    background:#fff; 
    padding:0 10px; 
    color: #ec2323;
}
div.team-comments div.team-comments-list .acknowledge { 
    text-align: center;
    padding-right: 100px;
}

div.team-comments div.team-comments-list > :first-child {
    margin-top: auto !important;
    /* use !important to prevent breakage from child margin settings */
}


div.team-comments .response-form .row div[class^="col-xs-"]{
	padding-left: 2px;
	padding-right: 2px;
}
div.team-comments .response-form .btn {
	height: 3rem;
	margin-top: 9px;
}
/*div.team-comments form#responseForm {
  display: block;
}*/
div.team-comments text-angular {
	width: 70%;
}
div.team-comments text-angular div.ta-editor {
  height: 5rem;
  scrollbar-width: none;
  min-height: 10px;
}

.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 10px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 10px;
  outline: none !important;
}
/*div.team-comments form#responseForm.collapsed {
  display: none;
}
div.team-comments a.responseFormOpener {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}*/

div.team-comments div.comment {
  /* border-bottom: 1px solid #D9D9D9;*/
  padding-bottom: 1rem;
  margin-left: 7rem;
  position: relative;
}

div.team-comments div.comment time{
	color: grey;
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  div.team-comments div.comment {
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 1rem;
  }
}
div.team-comments div.comment div.participant {
  position: absolute;
  left: -110px;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 0 0 6rem;
  padding-top: 1.1rem;

  background: #5F5F5F;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #D9D9D9;

  
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  div.team-comments div.comment div.participant {
    margin: 0 1rem 0 0;
    height: 30px;
    width: 30px;
    padding-top: 0.45rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  div.team-comments div.comment time {
    display: inline-block;
    clear: both;
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  div.team-comments div.comment p {
    clear: both;
    margin-top: 2rem;
  }
}
div.team-comments div.comment:last-of-type {
  border-bottom: none;
}
div.team-comments button.comment-button {
  color: #fff;
  background-color: #00AAB5;
  border-color: #00929c;
  float: right;
}
div.team-comments button.comment-button:hover,
div.team-comments button.comment-button:focus,
div.team-comments button.comment-button:active,
div.team-comments button.comment-button.active,
.open > .dropdown-togglediv.team-comments button.comment-button {
  color: #fff;
  background-color: #007a82;
  border-color: #00595e;
}
div.team-comments button.comment-button:active,
div.team-comments button.comment-button.active,
.open > .dropdown-togglediv.team-comments button.comment-button {
  background-image: none;
}
div.team-comments button.comment-button.disabled,
div.team-comments button.comment-button[disabled],
fieldset[disabled] div.team-comments button.comment-button,
div.team-comments button.comment-button.disabled:hover,
div.team-comments button.comment-button[disabled]:hover,
fieldset[disabled] div.team-comments button.comment-button:hover,
div.team-comments button.comment-button.disabled:focus,
div.team-comments button.comment-button[disabled]:focus,
fieldset[disabled] div.team-comments button.comment-button:focus,
div.team-comments button.comment-button.disabled:active,
div.team-comments button.comment-button[disabled]:active,
fieldset[disabled] div.team-comments button.comment-button:active,
div.team-comments button.comment-button.disabled.active,
div.team-comments button.comment-button[disabled].active,
fieldset[disabled] div.team-comments button.comment-button.active {
  background-color: #00AAB5;
  border-color: #00929c;
}
div.team-comments button.comment-button .badge {
  color: #00AAB5;
  background-color: #fff;
}