.manual-notifications .right-column #compose {
  padding: 20px;

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

.manual-notifications #compose h3 {
  color: var(--white-1);
  font-size: 22px;
  letter-spacing: 0;
}

.manual-notifications #compose h3 .stress {
  color: var(--status-translated);
}

.manual-notifications #compose .toolbar {
  padding: 10px 0 0;
}

.manual-notifications #compose .controls {
  margin: 0;
  text-align: right;
}

.manual-notifications #compose .errors {
  float: right;
  text-align: right;
}

.manual-notifications #compose .errors p {
  color: var(--status-error);
  text-transform: uppercase;
  visibility: hidden;
}

.manual-notifications #compose .locale-selector {
  margin: 20px 0 40px;
}

.manual-notifications #compose .locale-selector .locale.select .menu {
  width: 285px; /* must be same as .shortcuts */
}

.manual-notifications #compose .locale-selector .shortcuts {
  float: left;
  font-size: 14px;
  width: 285px; /* must be same as .menu */
}

.manual-notifications #compose .locale-selector .shortcuts .complete {
  float: left;
}

.manual-notifications #compose .locale-selector .shortcuts .incomplete {
  float: right;
}

.manual-notifications #compose .message-wrapper .subtitle {
  color: var(--light-grey-7);
  float: left;
  text-transform: uppercase;
}

.manual-notifications #compose textarea {
  background: var(--black-3);
  color: var(--white-1);
  font-size: 14px;
  font-weight: 300;
  height: 150px;
  padding: 10px;
  width: 100%;

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

.manual-notifications #sent li.no {
  padding-top: 14px;
}

.manual-notifications #sent li.no .icon {
  color: var(--black-3);
}
