.cws_moderation_action_buttons button {
  display: inline-block; }

.cws_moderation_popup .cmab_short_list_button {
  display: inline-block;
  width: 170px;
  margin-right: 7px; }
.cws_moderation_popup .cmab_move_comment_input {
  border: 2px solid #445e6b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  resize: none; }
.cws_moderation_popup .cmab_move_queue_button, .cws_moderation_popup .cmab_move_flag_queue_button {
  display: inline-block;
  width: 170px;
  margin-right: 7px; }
.cws_moderation_popup .cmab_move_flag_queue_button:before {
  content: " ";
  display: block;
  top: 6px;
  left: 8px;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 16px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0; }
.cws_moderation_popup .cmab_change_context_button {
  width: 100%;
  color: black; }
  .cws_moderation_popup .cmab_change_context_button:after {
    background: none; }
.cws_moderation_popup .cmab_context_button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 0px;
  color: black;
  text-shadow: none; }
  .cws_moderation_popup .cmab_context_button:after {
    background: none; }
.cws_moderation_popup .cmab_context_first {
  -moz-border-radius-topleft: 13px;
  -webkit-border-top-left-radius: 13px;
  border-top-left-radius: 13px;
  -moz-border-radius-topright: 13px;
  -webkit-border-top-right-radius: 13px;
  border-top-right-radius: 13px;
  margin-top: 2px; }
.cws_moderation_popup .cmab_context_last {
  -moz-border-radius-bottomleft: 13px;
  -webkit-border-bottom-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -moz-border-radius-bottomright: 13px;
  -webkit-border-bottom-right-radius: 13px;
  border-bottom-right-radius: 13px;
  margin-bottom: 2px;
  border-bottom: 2px solid #445e6b; }
.cws_moderation_popup .cmab_context_done {
  float: right; }
.cws_moderation_popup .cmab_rejection_comment_input {
  border: 2px solid #445e6b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  resize: none; }
.cws_moderation_popup .cmab_rejection_reason_button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 0px;
  color: black;
  text-shadow: none; }
  .cws_moderation_popup .cmab_rejection_reason_button:after {
    background: none; }
.cws_moderation_popup .cmab_rejection_reason_first {
  -moz-border-radius-topleft: 13px;
  -webkit-border-top-left-radius: 13px;
  border-top-left-radius: 13px;
  -moz-border-radius-topright: 13px;
  -webkit-border-top-right-radius: 13px;
  border-top-right-radius: 13px;
  margin-top: 2px; }
.cws_moderation_popup .cmab_rejection_reason_last {
  -moz-border-radius-bottomleft: 13px;
  -webkit-border-bottom-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -moz-border-radius-bottomright: 13px;
  -webkit-border-bottom-right-radius: 13px;
  border-bottom-right-radius: 13px;
  margin-bottom: 2px;
  border-bottom: 2px solid #445e6b; }
.cws_moderation_popup .cmab_rejection_reason_submit {
  float: right; }
.cws_moderation_popup .cmab_delete_comment_input {
  border: 2px solid #445e6b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  resize: none; }
.cws_moderation_popup .cmab_delete_submit {
  float: right; }
.cws_moderation_popup .cmab_close_and_save {
  float: right; }
.cws_moderation_popup .cmab_close_without_saving {
  float: right; }
