.cws_queue_widget {
  min-height: 60px; }
  .cws_queue_widget .cqw_queue_info {
    position: absolute; }
  .cws_queue_widget .cqw_task_list {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 155px; }

.cqw_task {
  display: inline-block;
  width: 300px;
  padding: 7px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px; }
  .cqw_task:after {
    background: none; }

.cqw_history {
  top: 5%;
  height: 90%;
  left: 0;
  margin-top: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 50px;
  overflow-y: scroll; }
  .cqw_history h3 {
    font-size: 1.3em;
    height: 36px;
    line-height: 36px; }
  .cqw_history .cqw_task_list {
    display: block;
    width: 318px; }
    .cqw_history .cqw_task_list .cqw_task {
      margin-bottom: 5px;
      margin-left: 0; }
  .cqw_history .cqw_history_cancel {
    position: absolute;
    top: 5px;
    right: 5px; }

.cqw_logout_button, .cqw_task_id_cancel, .cqw_context_cancel {
  float: left; }

.cqw_retry_button, .cqw_task_id_button, .cqw_task_id_select, .cqw_context_all {
  float: right; }

.cws_moderation_popup .cqw_queue_button, .cws_moderation_popup .cqw_flag_queue_button {
  display: inline-block;
  width: 170px; }
.cws_moderation_popup .cqw_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 .cqw_task_id_input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.cws_moderation_popup .cqw_context_button {
  width: 100%;
  color: black; }
  .cws_moderation_popup .cqw_context_button:after {
    background: none; }
.cws_moderation_popup .cqw_context_input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
