.gc-user-block .user-avatar {
  text-align: center;
}
.gc-right-active-block .filebrainpro {
  margin-top: 15px;
}
.gc-right-active-block .filebrainpro button,
.resp-content-body .filebrainpro button {
  display: block;
  color: #fff;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 auto;
}
.gc-right-active-block .filebrainpro.active button {
  background-color: #299764;
}
.gc-right-active-block .filebrainpro.stopped button {
  background-color: #d93d42;
  font-size: 10px;
}
.gc-right-active-block .online-status {
  right: initial; bottom: initial;
  left: 0; top: 0;
  transform: translate(-50%, -50%);
}
.resp-content-body .filebrainpro.new-messages {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.resp-content-body .filebrainpro.new-messages > .title {
  font-size: 14px;
}
.resp-content-body .filebrainpro button {
  margin: 0;
}
.resp-content-body .filebrainpro.new-messages .ctrls {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.resp-content-body .filebrainpro.new-messages .ctrls > * {
  flex: 0 0 auto;
}
.resp-content-body .filebrainpro.new-messages .paging {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.resp-content-body .filebrainpro.new-messages .paging button {
  background-color: #585858;
}
.resp-content-body .filebrainpro.new-messages .paging .move-left {
  margin-right: 5px;
}
.resp-content-body .filebrainpro.new-messages .paging .move-right {
  margin-left: 5px;
}
.resp-content-body .filebrainpro.new-messages button.toggler,
.resp-content-body .filebrainpro.new-messages .ctrls button.decline {
  background-color: #d93d42;
}
.resp-content-body .filebrainpro.new-messages .ctrls button.accept {
  background-color: #299764;
}
.resp-content-body .filebrainpro.new-messages .ctrls button.insert {
  background-color: #585858;
}
.resp-content-body .filebrainpro.new-messages .m {
  flex: 0 0 100%;
  margin: 10px 0;
  padding: 5px;
  border: 1px dashed rgba(0,0,0,0.5);
  border-radius: 6px;
}
.resp-content-body .filebrainpro.new-messages .dt {
  display: block;
  font-size: 12px;
  float: right;
  padding: 0 5px 5px 5px;
  margin: -5px -5px 0 5px;
  height: 22px;
  border-left: 1px dashed rgba(0,0,0,0.5);
  border-bottom: 1px dashed rgba(0,0,0,0.5);
  border-radius: 0 0 0 6px;
}
.resp-content-body .filebrainpro.new-messages .txt {
  margin-bottom: 10px;
  max-height: 90px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.resp-content-body .filebrainpro.new-messages .txt p {
  white-space: break-spaces;
  margin-bottom: 0;
}
.resp-content-body .filebrainpro.new-messages .txt::after {
  content: '';
  display: block;
  clear: both;
}