#splitter {
  min-height: 300px;
  height: 100%;
  min-height: 600px; }

#left {
  min-width: 555px;
  width: 555px;
  background: url(/images/newdesign/splitbar_arrow_left.png) no-repeat right 60px;
  overflow: auto; }

#right {
  background: url(/images/newdesign/splitbar_arrow_right.png) no-repeat left 60px;
  overflow: auto;
  width: 425px;
  min-width: 425px;
  line-height: normal; }

#MySplitter {
  margin-top: 32px; }
  #MySplitter .vsplitbar {
    width: 11px;
    cursor: col-resize;
    cursor: url(/images/resize_cursor.png) 20 19, col-resize;
    background: #0079b1 url(/images/newdesign/splitbar_background.png) repeat-y center top; }
    #MySplitter .vsplitbar.active {
      opacity: 0.7; }

.gutter {
  padding: 0.5em 1.5em; }

.block, .paragraph_diff {
  position: relative; }
  .block span.pnum, .paragraph_diff span.pnum {
    z-index: 3;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    top: 5px;
    color: #054476;
    float: right;
    margin-left: 4px; }

.paragraph_diff span.pnum {
  margin-right: 3px; }

ol > .paragraph_diff, ul > .paragraph_diff {
  display: list-item;
  margin-left: 0 !important; }

div.comment {
  position: relative;
  background-color: #fbf9fa;
  border: 1px solid #cccccc;
  padding: 8px;
  margin-top: 10px; }
  div.comment div.summary {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 75px;
    font-weight: normal; }
    div.comment div.summary .commands {
      background-color: #f2f2f2;
      padding-left: 5px; }
    div.comment div.summary .commenter, div.comment div.summary .tags_header {
      font-weight: bold;
      color: #054476; }
    div.comment div.summary .commenter_names {
      display: none; }
    div.comment div.summary .timestamp {
      display: none; }
    div.comment div.summary a.show_more {
      margin-left: 20px;
      display: none; }
    div.comment div.summary .edited {
      margin-left: 5px;
      color: #ff7e4d; }
  div.comment.colour1 {
    background-color: #fbf9fa; }
  div.comment.colour2 {
    background-color: #e8edf3; }
  div.comment.new .summary .commenter:before {
    content: "NEW";
    margin-right: 10px;
    margin-left: 1px;
    background-color: #ff7e4d;
    padding: 0 5px;
    color: white;
    font-weight: 200; }
  div.comment.has_text {
    margin-bottom: 10px; }
  div.comment.private {
    background-color: #dbd8d0; }
    div.comment.private > .summary {
      padding-left: 22px;
      background: url(/images/icons/lock.png) no-repeat left; }
      div.comment.private > .summary .commands {
        background-color: #dbd8d0; }
  div.comment.highlighted {
    background-color: #ffffbc; }
  div.comment .fullcomment {
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: normal !important;
    color: #333333 !important; }
    div.comment .fullcomment p {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      line-height: 15px;
      font-weight: normal;
      word-wrap: break-word;
      color: #333333 !important; }
      div.comment .fullcomment p .diff-html-added {
        color: #3150a6 !important;
        text-decoration: underline; }
      div.comment .fullcomment p .diff-html-removed {
        color: #e55558 !important;
        text-decoration: line-through; }
    div.comment .fullcomment li {
      font-size: 12px; }
    div.comment .fullcomment img, div.comment .fullcomment video {
      max-height: 300px; }
    div.comment .fullcomment img, div.comment .fullcomment video, div.comment .fullcomment iframe {
      max-width: 100%; }
    div.comment .fullcomment img {
      cursor: pointer; }
    div.comment .fullcomment .bot_info {
      font-weight: bold;
      color: #054476 !important;
      margin: 10px 0;
      display: inline-block; }
  div.comment.deleting {
    border: 3px solid #ff7e4d;
    padding: 6px; }
  div.comment.archiving {
    border: 3px solid #edae38;
    padding: 6px; }
  div.comment .comment {
    margin-right: -9px;
    margin-bottom: -9px; }
  div.comment + .comment {
    margin-top: 19px; }
  div.comment .date_and_time {
    float: right;
    clear: right;
    font-size: 10px;
    text-align: center;
    width: 70px;
    color: #333333; }
  div.comment.ai {
    border: 1px solid #054476; }

#comments_container.sorted div.comment .summary {
  background: none; }

.commands {
  position: absolute;
  top: 0;
  right: 10px; }
  .commands .bot_comment {
    cursor: pointer;
    margin-right: 5px;
    display: none; }

.blockcomments.block > .commands {
  top: 11px; }

#block_comments > .blockcomments {
  margin-bottom: 5px; }

.blockcomments {
  position: relative;
  clear: both;
  display: none; }
  .blockcomments .sniplet {
    line-height: normal;
    display: block;
    margin-right: 24px;
    color: #054476; }
    .blockcomments .sniplet .para_num {
      font-size: 18px;
      margin-right: 10px; }
    .blockcomments .sniplet:hover {
      color: #d3653d; }
    .blockcomments .sniplet .annotation_rename_icon {
      width: 16px;
      height: 16px;
      background: url(/images/icons/pencil.png) no-repeat;
      position: relative;
      top: 2px;
      display: none; }
  .blockcomments.sentence {
    padding: 0; }
    .blockcomments.sentence .commands {
      top: 2px;
      right: 2px; }
  .blockcomments .subcomments {
    display: none; }

.subcomponents .sniplet {
  line-height: normal;
  color: #437aa6; }

.commands img {
  cursor: pointer; }

.blockcomments h4 {
  padding-left: 10px;
  background: center left url(/images/arrow-closed.png) no-repeat; }

.blockcomments.open h4 {
  background: center left url(/images/arrow-open.png) no-repeat; }

.blockcomments.sentence, .blockcomments.image, .blockcomments.annotation, .blockcomments.video, .blockcomments.video_timestamp {
  margin-top: 12px; }

#doc_comment_header {
  padding-left: 8px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #054476;
  font-weight: 600; }
  #doc_comment_header:hover {
    color: #d3653d; }
  #doc_comment_header .commands {
    top: 2px; }

.comment .subcomments .comment {
  margin-left: 10px; }

#doc_comments {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 15px; }

#doc_comments h4 {
  cursor: pointer; }

.summary {
  position: relative; }

.block {
  font-size: 14px;
  margin-bottom: 0.75em; }

li.block {
  margin-bottom: 0; }

h1.block {
  font-size: 2em; }

h2.block {
  font-size: 1.5em; }

h3.block {
  font-size: 1.17em; }

h5.block {
  font-size: 0.83em; }

h6.block {
  font-size: 0.67em; }

.sentence {
  font-size: 14px; }

.block {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 8px; }
  .block.highlight {
    background: #e1e1e1; }
    .block.highlight .sentence_bubble {
      display: inline-block; }
  .block.dds_highlight {
    background: #e1e1e1; }
  .block .sentence:after {
    content: " "; }

.sentence.highlight {
  background: #bbd6ee; }
.sentence.dds_highlight {
  background: #e1e1e1; }

.blockcomments.dds_highlight {
  background: #e1e1e1; }

td .block .pnum, td.block .pnum, th .block .pnum, th.block .pnum {
  visibility: hidden; }
td .block.highlight .pnum, td.block.highlight .pnum, th .block.highlight .pnum, th.block.highlight .pnum {
  visibility: visible; }

h1 .sentence, h2 .sentence, h3 .sentence, h4 .sentence, h5 .sentence, h6 .sentence {
  font-size: inherit; }

.dmu_timestamp {
  font-size: 10px;
  display: none; }

.dds_pop_up {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 50000; }

.documents-comments_only .reply_to {
  display: none; }

.documents-twopane .field, .documents-document_only .field, .documents-combined .field, .documents-group_discussion .field, .bots-edit .field, .documents-editable .field {
  display: block; }
  .documents-twopane .field .label, .documents-document_only .field .label, .documents-combined .field .label, .documents-group_discussion .field .label, .bots-edit .field .label, .documents-editable .field .label {
    clear: both; }
.documents-twopane .panels, .documents-document_only .panels, .documents-combined .panels, .documents-group_discussion .panels, .bots-edit .panels, .documents-editable .panels {
  width: 100%; }

.comment_command {
  font-size: 11px; }

h1.document_title {
  font-style: italic; }

.block.yellow_highlight, .sentence.yellow_highlight, .comment.yellow_highlight {
  background-color: #ffffbc !important; }

.block.select_highlight {
  background-color: #ffffbc;
  user-select: none; }

span.divider {
  font-size: 11px; }

#new_comment .advanced_options {
  display: none; }
#new_comment .show_advanced {
  padding-left: 12px;
  font-size: 14px;
  background: left 4px url(/images/arrow-closed.png) no-repeat;
  float: left; }
  #new_comment .show_advanced.open {
    background: left 6px url(/images/arrow-open.png) no-repeat; }
#new_comment .comment_type {
  margin-bottom: 10px; }
  #new_comment .comment_type label {
    font-size: 14px;
    width: auto;
    display: inline; }
    #new_comment .comment_type label.disabled {
      color: #a0a0a0; }
  #new_comment .comment_type input {
    margin-left: 20px; }
#new_comment a.shortcuts {
  float: right;
  font-size: 14px;
  padding-top: 2px; }
#new_comment #new_comment_hints p {
  padding: 10px 5px;
  font-size: 12px; }
#new_comment .commit {
  float: right; }
#new_comment #comment_summary_input {
  margin-bottom: 22px; }
#new_comment .show_private .privacy_hint {
  font-size: 11px;
  color: #666666;
  margin-left: 23px;
  font-weight: normal; }
#new_comment #area_name {
  width: 285px;
  margin-bottom: 20px; }

#edit_timestamp #timestamp {
  font-size: 24px;
  text-align: right;
  width: 195px; }
#edit_timestamp .buttons {
  margin-top: 10px; }
#edit_timestamp .commit {
  float: right; }
  #edit_timestamp .commit .submit {
    min-width: 110px; }
#edit_timestamp .format_hint {
  float: right;
  font-size: 12px; }
#edit_timestamp .invalid_hint {
  clear: both;
  visibility: hidden;
  color: red;
  text-align: right;
  font-size: 12px;
  margin: 2px 10px 0 0; }

body {
  margin: 0;
  padding: 0;
  min-width: 1024px;
  font-family: "Open Sans", sans-serif; }
  body.documents-twopane {
    overflow: hidden; }

img.comment_profile_photo {
  max-width: 60px;
  max-height: 60px;
  float: right;
  margin: 0 5px 2px 15px; }

div.comment .comment_options_menu {
  position: relative;
  display: none;
  background: url(/images/newdesign/blue_button_background.png) repeat-x;
  padding: 2px 6px 3px;
  line-height: 15px;
  z-index: 5; }
  div.comment .comment_options_menu .comment_options {
    text-transform: none;
    display: none;
    position: absolute;
    left: 0px;
    border: 1px solid black;
    top: 13px;
    z-index: 7;
    background-color: white;
    min-width: 175px;
    box-shadow: 0 6px 10px #888888;
    padding: 3px 0; }
    div.comment .comment_options_menu .comment_options hr {
      width: 90%;
      margin: 2px auto; }
    div.comment .comment_options_menu .comment_options a {
      font-size: 14px;
      display: block;
      margin: 0;
      padding: 3px 10px; }
    div.comment .comment_options_menu .comment_options .edit_comment, div.comment .comment_options_menu .comment_options .delete_comment, div.comment .comment_options_menu .comment_options .archive_comment {
      display: none; }

button.reply_button, button.context_button, div.comment .comment_options_menu, button.edit, form.comment_command.apply input, button.accepted, button.archived {
  color: white;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  border: 0;
  height: 19px; }

button.reply_button, button.edit {
  background: url(/images/newdesign/reply_button.png) no-repeat;
  width: 64px; }

body.writing_partners button.reply_button {
  width: 135px;
  background: url(/images/newdesign/blue_button_background.png) repeat-x; }
body.writing_partners button.ai_reply {
  width: 140px; }

button.ai_reply {
  background: url(/images/newdesign/blue_button_background.png) repeat-x;
  width: 115px;
  display: none; }

form.comment_command.apply {
  display: inline-block; }
  form.comment_command.apply input {
    background: url(/images/newdesign/apply_button.png) no-repeat;
    width: 64px; }
    form.comment_command.apply input.disabled {
      opacity: 0.7; }

button.edit, form.comment_command.apply input {
  display: none; }

button.context_button {
  background: url(/images/newdesign/blue_button_background.png) repeat-x; }
  button.context_button.general {
    background: url(/images/newdesign/gray_button_background.png) repeat-x; }

button.accepted, button.archived {
  background-color: #ff7e4d; }

.button.blue.toggle_archived {
  padding: 1px 6px; }

.header.archived_comments {
  font-weight: 400;
  color: #d3653d; }
  .header.archived_comments p {
    font-size: 15px; }
  .header.archived_comments form {
    display: inline-block;
    margin-right: 5px; }

body.documents-combined .header.archived_comments {
  margin-left: 20px; }

#dds_header {
  height: 45px;
  background-color: #0079b1;
  position: relative; }
  #dds_header .logo_btn {
    height: 41px;
    width: 250px;
    margin: 2px 10px; }
  #dds_header .blog_logo_btn img {
    height: 45px; }
  #dds_header .blog_title {
    color: white;
    position: relative;
    top: -15px;
    left: 10px;
    font-size: 22px; }
  #dds_header ul.navigation {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -16px;
    color: #e8ecf4; }
    #dds_header ul.navigation li.mainnav {
      display: inline-block;
      padding: 0 10px;
      border-right: 1px solid #e8ecf4;
      line-height: 11px;
      font-size: 11px; }
      #dds_header ul.navigation li.mainnav.last {
        border-right: none; }
      #dds_header ul.navigation li.mainnav.help_dropdown.highlighted {
        background: yellow; }
      #dds_header ul.navigation li.mainnav > a {
        color: #e8ecf4;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px; }
        #dds_header ul.navigation li.mainnav > a.highlighted {
          color: black; }
    #dds_header ul.navigation #help_subnav, #dds_header ul.navigation #safety_subnav {
      z-index: 200;
      top: 11px; }
      #dds_header ul.navigation #help_subnav .quickref.highlighted, #dds_header ul.navigation #safety_subnav .quickref.highlighted {
        background-color: #0079b1;
        color: white !important; }
  #dds_header #search_form {
    margin: 0;
    display: inline-block;
    position: relative;
    top: -17px;
    margin-left: 20px; }
    #dds_header #search_form input[type="submit"] {
      width: 17px;
      height: 18px;
      background: url(/images/newdesign/search_submit.png) no-repeat;
      border: none;
      margin-left: -1px; }
    #dds_header #search_form input[type="text"] {
      width: 60px;
      color: #aaaaaa; }
      #dds_header #search_form input[type="text"]:focus {
        color: #333333; }
  #dds_header a.change_profile_pic {
    display: block;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0px;
    top: 0px; }
    #dds_header a.change_profile_pic .profile_photo {
      height: 45px;
      margin: 0;
      padding: 0;
      border: none; }
  #dds_header #login_nav {
    position: absolute;
    right: 60px;
    top: 9px; }
    #dds_header #login_nav a.users_name {
      font-size: 12px;
      line-height: 12px;
      color: #e8ecf4;
      font-weight: bold; }
      #dds_header #login_nav a.users_name.not_self {
        color: #ff4444; }
    #dds_header #login_nav #login_subnav {
      z-index: 200; }
  #dds_header .truncate {
    display: none; }

@media screen and (max-width: 1500px) {
  #login_nav li {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #e8ecf4; } }

#dds_doc_container {
  padding: 30px 50px 30px 50px;
  font-weight: 400; }
  #dds_doc_container h1.dds_document_title, #dds_doc_container h2, #dds_doc_container h3, #dds_doc_container h4 {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #0079b1; }
  #dds_doc_container h1.dds_document_title, #dds_doc_container h3.dds_document_author {
    font-size: 28px;
    padding-left: 8px;
    margin-bottom: 5px; }
  #dds_doc_container h3.dds_document_author {
    font-size: 16px; }
  #dds_doc_container h2.document_additions {
    margin-top: 1em; }
  #dds_doc_container img {
    position: relative;
    z-index: 2; }
  #dds_doc_container .annotatable img {
    z-index: 0; }
  #dds_doc_container .document_addition_headers, #dds_doc_container .change_headers {
    margin: 0 0 20px 20px; }
    #dds_doc_container .document_addition_headers h4, #dds_doc_container .change_headers h4 {
      margin: 0;
      font-size: 15px;
      color: #d3653d; }
      #dds_doc_container .document_addition_headers h4.changes, #dds_doc_container .change_headers h4.changes {
        display: inline-block;
        margin-top: 15px; }
    #dds_doc_container .document_addition_headers span.button.blue, #dds_doc_container .document_addition_headers span.text.update, #dds_doc_container .change_headers span.button.blue, #dds_doc_container .change_headers span.text.update {
      display: inline-block; }
    #dds_doc_container .document_addition_headers span.button.blue, #dds_doc_container .change_headers span.button.blue {
      margin-left: 10px; }
    #dds_doc_container .document_addition_headers table th, #dds_doc_container .document_addition_headers table td, #dds_doc_container .change_headers table th, #dds_doc_container .change_headers table td {
      font-size: 13px;
      padding-left: 20px; }
    #dds_doc_container .document_addition_headers table th, #dds_doc_container .change_headers table th {
      font-weight: bold;
      text-align: left;
      font-style: italic; }
    #dds_doc_container .document_addition_headers .details, #dds_doc_container .change_headers .details {
      display: none; }
    #dds_doc_container .document_addition_headers .more, #dds_doc_container .change_headers .more {
      display: inline-block;
      position: relative;
      top: 2px;
      width: 16px;
      height: 16px;
      background-image: url(/images/icons/plus-white.png); }
      #dds_doc_container .document_addition_headers .more.less, #dds_doc_container .change_headers .more.less {
        background-image: url(/images/icons/minus-white.png); }
    #dds_doc_container .document_addition_headers span.header_link, #dds_doc_container .change_headers span.header_link {
      color: #0079b1;
      cursor: pointer; }
      #dds_doc_container .document_addition_headers span.header_link:hover, #dds_doc_container .change_headers span.header_link:hover {
        color: #d3653d; }
  #dds_doc_container .replaced {
    display: none;
    text-decoration: line-through; }
    #dds_doc_container .replaced img {
      opacity: 0.5; }
  #dds_doc_container .paragraph_diff {
    display: none;
    font-size: 14px;
    margin: 11px 4px 11px 5px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5; }
    #dds_doc_container .paragraph_diff h6 {
      margin: 0;
      font-size: 10px;
      color: #888888;
      background-color: #e5e5e5;
      padding: 2px 0 3px 15px; }
    #dds_doc_container .paragraph_diff .changed_content {
      padding: 15px; }
      #dds_doc_container .paragraph_diff .changed_content p {
        font-size: 14px; }
      #dds_doc_container .paragraph_diff .changed_content p + p {
        margin-top: 1em; }
      #dds_doc_container .paragraph_diff .changed_content .diff-html-added {
        color: #3150a6;
        text-decoration: underline; }
      #dds_doc_container .paragraph_diff .changed_content .diff-html-removed {
        color: #e55558;
        text-decoration: line-through; }
  #dds_doc_container a.show_paragraph_diff, #dds_doc_container a.hide_paragraph_diff {
    position: absolute;
    top: 10px; }
  #dds_doc_container a.show_paragraph_diff {
    left: -20px; }
  #dds_doc_container a.hide_paragraph_diff {
    left: -25px; }
  #dds_doc_container li a.show_paragraph_diff {
    left: -35px; }
  #dds_doc_container ol > .paragraph_diff a.hide_paragraph_diff, #dds_doc_container ul > .paragraph_diff a.hide_paragraph_diff {
    top: 5px;
    left: -35px; }
  #dds_doc_container table[style*=float] + .block {
    clear: both; }
  #dds_doc_container .block.video_parent {
    text-align: left !important; }
  #dds_doc_container p.dds_document_citation {
    font-size: 14px;
    padding-left: 8px;
    text-indent: -40px;
    margin-left: 40px;
    margin-bottom: 10px; }

#comments_container {
  padding: 20px 10px 220px 15px; }
  #comments_container h3 {
    color: #0079b1; }
  #comments_container .header.due_date {
    margin-top: 10px; }
    #comments_container .header.due_date p {
      font-size: 15px;
      color: #0079b1; }

h3.comments_count {
  margin: 0;
  color: #7ca0bf !important;
  font-size: 15px; }
  h3.comments_count a {
    color: #0b69b1; }
    h3.comments_count a:hover {
      color: #659bcf; }

.documents-combined h3.comments_count {
  float: right;
  margin-bottom: 15px;
  margin-right: 8px;
  text-align: right; }

h3.commentability {
  font-weight: 600 !important;
  color: #6a6a6a !important; }

.documents-combined h3.commentability {
  text-align: center;
  margin-right: 68px; }

h4.new_comments_count_header {
  color: #a9357e;
  margin: 0;
  color: #ff7e4d;
  font-size: 13px; }

.dds_toolbar {
  height: 28px;
  padding: 2px 15px;
  line-height: 28px;
  background: #d5e0e6 url(/images/newdesign/toolbar_background.png);
  font-size: 12px;
  font-weight: bold;
  color: #0079b1;
  min-width: 320px;
  top: 45px;
  position: absolute;
  z-index: 25; }
  .dds_toolbar form {
    display: inline-block; }
  .dds_toolbar .view_type {
    color: #ff7e4d;
    font-size: 14px; }
  .dds_toolbar.left {
    left: 0;
    padding-right: 176px;
    min-width: 370px; }
    .dds_toolbar.left form.document_view {
      position: absolute;
      right: 26px;
      top: 2px; }
  .dds_toolbar.right {
    left: 350px;
    padding-left: 10px; }
  .dds_toolbar.combined {
    padding: 2px 0;
    width: 100%;
    text-align: center; }
    .dds_toolbar.combined .view_type {
      margin-left: 15px; }
    .dds_toolbar.combined .comment_controls {
      float: right;
      margin-right: 15px;
      min-width: 410px; }
    .dds_toolbar.combined .document_controls {
      float: left; }
    .dds_toolbar.combined .more_options_menu {
      text-align: left; }
  .dds_toolbar .addthis_toolbox {
    display: inline-block;
    min-width: 80px;
    height: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: 3px; }
  .dds_toolbar a {
    color: #0079b1;
    margin: 0 0 0 6px; }
    .dds_toolbar a img {
      position: relative;
      top: 3px; }
  .dds_toolbar span.disabled {
    margin: 0 0 0 6px;
    color: #cccccc; }
  .dds_toolbar .more_dropdown {
    display: inline-block;
    position: relative;
    margin: 0 0 0 6px;
    padding-right: 11px;
    background: url(/images/newdesign/toolbar_dropdown_arrow.png) no-repeat right center; }
    .dds_toolbar .more_dropdown .more_options_menu {
      position: absolute;
      top: 0px;
      left: -20px;
      padding: 20px;
      display: none;
      z-index: 150;
      font-size: 14px;
      font-weight: 600; }
      .dds_toolbar .more_dropdown .more_options_menu .background {
        background: white;
        border: 1px solid black;
        box-shadow: 0 6px 10px #888888; }
      .dds_toolbar .more_dropdown .more_options_menu a {
        display: block;
        padding: 2px 10px;
        margin: 0;
        white-space: nowrap; }
      .dds_toolbar .more_dropdown .more_options_menu .disabled {
        color: #cccccc;
        margin: 0;
        padding: 2px 10px;
        display: block; }
  .dds_toolbar .updates {
    float: right; }
    .dds_toolbar .updates .status {
      display: inline-block;
      color: white;
      height: 18px;
      width: 22px;
      line-height: 18px;
      text-align: center;
      border: 1px solid black;
      border-radius: 3px;
      cursor: pointer;
      margin-left: 2px; }
      .dds_toolbar .updates .status.on {
        background-color: #4e952b; }
      .dds_toolbar .updates .status.off {
        background-color: #ec0000; }
    .dds_toolbar .updates a {
      margin-left: 2px; }
  .dds_toolbar img.private_document {
    margin-left: 6px;
    vertical-align: -2px; }
  .dds_toolbar input[type="radio"] {
    margin: 3px 1px 3px 6px;
    width: 13px;
    height: 13px; }
  .dds_toolbar #highlight_button {
    margin-left: 4px; }
  .dds_toolbar #hl_container {
    position: relative;
    display: inline-block;
    top: 4px;
    background: url(/images/newdesign/toolbar_dropdown_arrow.png) no-repeat 27px 9px;
    width: 36px;
    padding: 3px;
    border-radius: 3px;
    margin-left: 6px;
    text-align: left; }
    .dds_toolbar #hl_container #hl_colour {
      position: absolute;
      bottom: 3px;
      left: 7px;
      width: 16px;
      height: 3px; }
    .dds_toolbar #hl_container.on {
      padding: 2px;
      border: 1px solid black;
      background-color: #ffe4e1;
      background-position: 26px 8px; }
      .dds_toolbar #hl_container.on #hl_colour {
        bottom: 2px;
        left: 6px;
        cursor: not-allowed; }
      .dds_toolbar #hl_container.on #highlight_button {
        cursor: not-allowed; }
    .dds_toolbar #hl_container #hl_menu {
      position: absolute;
      display: none;
      top: 20px;
      left: -20px;
      padding: 0 20px 20px;
      z-index: 150;
      font-size: 14px;
      font-weight: 600;
      color: black; }
      .dds_toolbar #hl_container #hl_menu .background {
        background: white;
        border: 1px solid black;
        box-shadow: 0 6px 10px #888888; }
      .dds_toolbar #hl_container #hl_menu .colour {
        width: 110px;
        border-top: 1px solid black;
        text-align: center;
        line-height: 24px;
        padding: 8px 20px;
        color: white;
        cursor: pointer;
        text-shadow: 1px 1px 1px grey;
        position: relative; }
        .dds_toolbar #hl_container #hl_menu .colour.disabled {
          cursor: not-allowed; }
      .dds_toolbar #hl_container #hl_menu input {
        position: absolute;
        right: 6px;
        top: 11px; }
      .dds_toolbar #hl_container #hl_menu .header {
        text-align: center;
        cursor: pointer;
        border-top: 1px solid black;
        position: relative; }
        .dds_toolbar #hl_container #hl_menu .header.toggle {
          border-top: none;
          border-bottom: 1px solid black; }
        .dds_toolbar #hl_container #hl_menu .header.heatmap {
          border-top: none;
          line-height: 24px;
          border-bottom: 4px double black; }
        .dds_toolbar #hl_container #hl_menu .header.private {
          border-top: none; }
        .dds_toolbar #hl_container #hl_menu .header.private, .dds_toolbar #hl_container #hl_menu .header.public {
          line-height: 16px;
          padding-top: 6px; }
        .dds_toolbar #hl_container #hl_menu .header input {
          top: 4px; }
      .dds_toolbar #hl_container #hl_menu .settings {
        text-align: center;
        font-size: 10px;
        height: 20px;
        line-height: 16px;
        border-top: none; }
        .dds_toolbar #hl_container #hl_menu .settings a {
          color: black; }
      .dds_toolbar #hl_container #hl_menu.heatmap .header.public, .dds_toolbar #hl_container #hl_menu.heatmap .header.private, .dds_toolbar #hl_container #hl_menu.heatmap .header.toggle, .dds_toolbar #hl_container #hl_menu.heatmap .colour, .dds_toolbar #hl_container #hl_menu.heatmap .settings {
        opacity: 0.2; }

.view_type + .addthis_toolbox {
  min-width: 150px; }

.right_col_sentence_bubble, .paragraph_bubble, .sentence_bubble, .image_bubble, .annotation_bubble, .timestamp_bubble {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 18px;
  font-size: 11px;
  text-align: center;
  color: #ff7e4d;
  background: url(/images/newdesign/small_comment_bubble.png) no-repeat;
  font-weight: bold; }

.right_col_paragraph_bubble {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 26px;
  text-align: center;
  color: #ff7e4d;
  background: url(/images/newdesign/large_comment_bubble.png) no-repeat;
  font-weight: bold; }

.paragraph_bubble, .image_bubble, .annotation_bubble {
  position: absolute;
  top: 10px;
  right: -20px;
  float: left;
  margin-left: 1em;
  cursor: pointer; }

.annotation_bubble {
  top: -10px;
  right: -8px; }

.timestamp_bubble {
  position: absolute;
  top: 0;
  right: -5px;
  width: 16px;
  height: 16px;
  background-size: cover;
  font-size: 8px;
  line-height: 11px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.block .paragraph_bubble.comment_count {
  z-index: 3; }

.sentence_bubble {
  display: none;
  margin: 0 2px 0 4px;
  cursor: pointer; }

.flyout_style table {
  width: 300px; }
  .flyout_style table tr {
    display: table-row !important; }
    .flyout_style table tr td:first-child {
      padding-right: 10px; }
  .flyout_style table td {
    min-width: 0; }

.documents-combined #dds_header, .documents-combined .dds_toolbar, .documents-group_discussion #dds_header, .documents-group_discussion .dds_toolbar {
  position: fixed;
  width: 100%;
  min-width: 1024px; }
.documents-combined #dds_header, .documents-group_discussion #dds_header {
  top: 0px;
  z-index: 50; }
.documents-combined #dds_doc_container, .documents-group_discussion #dds_doc_container {
  margin: 77px auto 0;
  max-width: 950px;
  padding-bottom: 220px; }
.documents-combined .header.due_date, .documents-group_discussion .header.due_date {
  margin-bottom: 10px;
  float: right;
  clear: right;
  margin-right: 8px;
  text-align: right;
  font-weight: 600; }
  .documents-combined .header.due_date p, .documents-group_discussion .header.due_date p {
    font-size: 15px;
    color: #0079b1; }

#comments_sort_order {
  color: #0079b1;
  margin: 0;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  background-color: #f0f0f0; }
  #comments_sort_order form {
    display: inline-block; }
    #comments_sort_order form select {
      font-size: 20px; }

a.context_link {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 0 0 5px 10px;
  z-index: 2; }

div.comment a.context_link {
  background-color: #fbf9fa; }

div.comment.colour2 a.context_link {
  background-color: #e8edf3; }

div.comment.private a.context_link {
  background-color: #dbd8d0; }

#dds_login_links {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  color: #e8ecf4; }
  #dds_login_links #signinButton {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    margin-right: 5px; }
  #dds_login_links a {
    color: #e8ecf4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  #dds_login_links #login_with_facebook {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/fb_login_xsmall.png) no-repeat 0px 0px/20px 20px;
    margin-right: 10px;
    position: relative;
    top: 6px; }

@media screen and (max-width: 1460px) {
  #dds_header #search_form {
    display: none; } }

@media screen and (max-width: 1225px) {
  #dds_header a.logo_btn {
    width: 0;
    visibility: hidden; } }

font[face] {
  font-weight: normal; }

#add_comment input[type="radio"]:checked + label {
  color: #4c8ad3;
  font-weight: bold;
  font-size: 15px; }

a {
  color: #0079b1; }
  a:hover {
    color: #555555; }

.ua-mobile #left, .ua-mobile #right {
  background-image: none; }
.ua-mobile #new_comment {
  width: 610px; }
  .ua-mobile #new_comment fieldset.inputs {
    float: left;
    margin-right: 20px; }
    .ua-mobile #new_comment fieldset.inputs#type {
      width: 170px; }
    .ua-mobile #new_comment fieldset.inputs#summary_and_full {
      float: right;
      margin-right: 0; }
  .ua-mobile #new_comment label[for=comment_comment] {
    margin-top: 20px; }
  .ua-mobile #new_comment fieldset.buttons li.commit {
    margin-right: 33px;
    margin-bottom: 10px; }
  .ua-mobile #new_comment fieldset.buttons .show_advanced {
    clear: both;
    display: block; }
  .ua-mobile #new_comment #comment_tag_list {
    width: 180px; }
  .ua-mobile #new_comment #comment_comment {
    height: 50px;
    margin-bottom: 10px; }
  .ua-mobile #new_comment #comment_summary_input {
    margin-bottom: 0; }
  .ua-mobile #new_comment .buttons_and_advanced {
    float: left;
    clear: left;
    width: 200px;
    margin: 25px 0 0; }
  .ua-mobile #new_comment.reply {
    width: 511px; }
    .ua-mobile #new_comment.reply .buttons_and_advanced {
      margin: 10px 0 0; }
.ua-mobile #edit_sentence_options {
  border-left: none; }
.ua-mobile .ai_resubmit_button {
  margin: 5px 0 0; }

.print_only {
  display: none; }

.document_addition .separator {
  height: 10px;
  border-radius: 5px;
  margin: 50px 0 0;
  background-color: #ff7e4d;
  color: #ff7e4d; }
  .document_addition .separator:after {
    content: "\25BC";
    margin-left: 50%;
    font-size: 200%;
    line-height: 40px; }
.document_addition p.header {
  margin: 10px;
  font-size: 13px;
  color: #d3653d; }
  .document_addition p.header .reason {
    font-size: 16px; }
.document_addition form.button-to {
  float: left;
  margin: 15px 10px 10px; }

#edit_sentence_button, #change_wording_button, #change_wording_button_disabled, #ask_ai_button {
  margin: 0 0 10px 5px;
  width: 100px; }
  #edit_sentence_button .update, #change_wording_button .update, #change_wording_button_disabled .update, #ask_ai_button .update {
    display: inline-block;
    padding: 6px 3px 8px 3px; }

form#edit_sentence, form#change_wording {
  display: none; }
  form#edit_sentence textarea, form#change_wording textarea {
    width: 285px;
    height: 150px; }
  form#edit_sentence fieldset.actions, form#change_wording fieldset.actions {
    margin-top: 10px; }
    form#edit_sentence fieldset.actions .button, form#change_wording fieldset.actions .button {
      float: right;
      margin-left: 10px; }
  form#edit_sentence span.cke_browser_webkit, form#change_wording span.cke_browser_webkit {
    padding: 0; }
  form#edit_sentence label.long, form#change_wording label.long {
    width: 291px; }

.commenting_closed_icon {
  vertical-align: top;
  width: 20px;
  margin-left: 3px; }

#edit_sentence_options {
  float: right;
  width: 115px;
  border-left: 1px solid black;
  padding-left: 10px; }

#wording_reason_length {
  font-size: 10px;
  padding-right: 7px; }

.wording_change_header {
  margin-bottom: -7px; }

#dds_doc_container.highlight_on {
  cursor: url(/images/icons/highlighter-multicoloured.png), text;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.updates_toggle_tooltip a {
  color: white !important;
  text-decoration: underline; }

body.embedded {
  min-width: 400px; }
  body.embedded #embedded_header {
    height: 30px;
    background-color: #0079b1;
    text-align: center; }
    body.embedded #embedded_header a.logo_btn {
      position: absolute;
      top: 0;
      left: 0;
      margin: 3px 2px;
      width: auto;
      height: auto; }
    body.embedded #embedded_header #embedded_login_prompt {
      color: white;
      float: right;
      padding: 6px 10px 0 0;
      font-weight: normal;
      font-size: 12px; }
      body.embedded #embedded_header #embedded_login_prompt a {
        color: white; }
    body.embedded #embedded_header #embedded_comments_toggle {
      color: white;
      font-size: 12px;
      font-weight: normal;
      position: relative;
      top: 6px;
      cursor: pointer; }
  body.embedded #dds_doc_container {
    margin: 0 auto;
    padding: 50px; }

#google_login_button_small {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 5px; }

figure {
  margin-left: 0;
  margin-right: 0; }

a.extra_tall_login {
  line-height: 35px; }

p.replaced_para_prompt {
  font-size: 14px;
  margin: 11px 10px;
  padding-left: 20px;
  background: url("/images/icons/exclamation.png") no-repeat left 3px; }

.original_para_text {
  display: none; }

#dds_doc_container .annotatable, #dds_doc_container .annotatable .annotation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
#dds_doc_container .annotatable {
  position: relative;
  z-index: 5;
  display: inline-block; }
  #dds_doc_container .annotatable .annotation {
    border: 1px solid transparent;
    outline: 1px solid transparent;
    background-color: transparent;
    cursor: default;
    transition: border 0.3s; }
    #dds_doc_container .annotatable .annotation.dds_highlight, #dds_doc_container .annotatable .annotation.visible, #dds_doc_container .annotatable .annotation.hover {
      border: 1px solid white;
      outline: 1px solid black;
      background-color: rgba(250, 213, 0, 0.2); }
    #dds_doc_container .annotatable .annotation.just_added {
      border: 1px solid white;
      outline: 1px solid black;
      background-color: rgba(255, 153, 51, 0.2); }
    #dds_doc_container .annotatable .annotation .annotation_bubble {
      z-index: 6; }
#dds_doc_container .image_wrapper {
  position: relative;
  display: inline-block; }
  #dds_doc_container .image_wrapper .image_bubble {
    top: -4px;
    right: -6px;
    z-index: 3; }

.annotation_toolbar, .video_toolbar {
  display: none;
  background-color: #729bc6;
  color: white;
  font-size: 14px;
  clear: both; }
  .annotation_toolbar div, .video_toolbar div {
    padding: 0 10px;
    display: inline-block;
    line-height: 40px; }
  .annotation_toolbar a, .video_toolbar a {
    color: white !important; }
  .annotation_toolbar .comment_count, .video_toolbar .comment_count {
    cursor: default; }
  .annotation_toolbar .add_comment, .annotation_toolbar .show_hide, .annotation_toolbar .whole_video_comment, .annotation_toolbar .comments_menu, .annotation_toolbar .title, .annotation_toolbar .add_area, .video_toolbar .add_comment, .video_toolbar .show_hide, .video_toolbar .whole_video_comment, .video_toolbar .comments_menu, .video_toolbar .title, .video_toolbar .add_area {
    cursor: pointer;
    position: relative; }
  .annotation_toolbar .add_comment:hover, .annotation_toolbar .show_hide:hover, .annotation_toolbar .help:hover, .annotation_toolbar .whole_video_comment:hover, .annotation_toolbar .comments_menu:hover, .annotation_toolbar .add_area:hover, .video_toolbar .add_comment:hover, .video_toolbar .show_hide:hover, .video_toolbar .help:hover, .video_toolbar .whole_video_comment:hover, .video_toolbar .comments_menu:hover, .video_toolbar .add_area:hover {
    background-color: #5d87af; }
  .annotation_toolbar .add_area, .video_toolbar .add_area {
    display: none; }
    .annotation_toolbar .add_area.enabled, .video_toolbar .add_area.enabled {
      background-color: #ff7e4d; }
  .annotation_toolbar .menu, .video_toolbar .menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #ff7e4d;
    width: 210px;
    z-index: 10;
    padding: 0; }
    .annotation_toolbar .menu div, .video_toolbar .menu div {
      width: 190px; }
      .annotation_toolbar .menu div:hover, .video_toolbar .menu div:hover {
        background-color: #d3653d; }
    .annotation_toolbar .menu.annotation_hints, .video_toolbar .menu.annotation_hints {
      width: 320px; }
      .annotation_toolbar .menu.annotation_hints ul, .video_toolbar .menu.annotation_hints ul {
        padding-right: 30px; }
        .annotation_toolbar .menu.annotation_hints ul li, .video_toolbar .menu.annotation_hints ul li {
          font-size: 14px; }
        .annotation_toolbar .menu.annotation_hints ul li + li, .video_toolbar .menu.annotation_hints ul li + li {
          margin-top: 10px; }
    .annotation_toolbar .menu .whole_image_comment_btn, .annotation_toolbar .menu .whole_image_ai_comment_btn, .video_toolbar .menu .whole_image_comment_btn, .video_toolbar .menu .whole_image_ai_comment_btn {
      width: auto;
      line-height: normal;
      padding: 15px 15px 15px 40px;
      text-indent: -11px; }
  .annotation_toolbar i.fa, .video_toolbar i.fa {
    margin-right: 3px; }

.ua-mobile .annotation_toolbar .comment_count {
  display: none; }
.ua-mobile .annotation_toolbar .add_area {
  display: inline-block; }

.annotation_toolbar {
  min-width: 650px; }

.video_progress_bar {
  background-color: #bbbbbb;
  height: 30px;
  position: relative;
  margin-left: 12px; }
  .video_progress_bar .video_timestamp {
    width: 1px;
    position: absolute;
    top: 0;
    padding: 0 2px;
    height: 30px;
    background-color: #729bc6; }

body.alternate_formatting .block {
  padding: 0; }
body.alternate_formatting p, body.alternate_formatting li, body.alternate_formatting td, body.alternate_formatting .sentence {
  line-height: normal; }
body.alternate_formatting table .sentence {
  line-height: 1; }
body.alternate_formatting .block span.pnum {
  position: absolute;
  top: -5px;
  right: -35px;
  float: none; }
body.alternate_formatting .sentence {
  font-size: inherit; }
body.alternate_formatting #dds_doc_container {
  max-width: 685px; }

.documents-group_discussion #add_comment fieldset#type, .bots-edit #add_comment fieldset#type {
  display: none; }
.documents-group_discussion .button.return_to_group, .bots-edit .button.return_to_group {
  float: right;
  margin-top: 10px;
  padding: 5px 10px; }
.documents-group_discussion .commands.new_conversation, .bots-edit .commands.new_conversation {
  margin-top: 10px; }
  .documents-group_discussion .commands.new_conversation span, .bots-edit .commands.new_conversation span {
    color: #0079b1;
    cursor: pointer; }
    .documents-group_discussion .commands.new_conversation span img, .bots-edit .commands.new_conversation span img {
      vertical-align: middle; }
.documents-group_discussion #comments_container, .bots-edit #comments_container {
  padding: 0; }
  .documents-group_discussion #comments_container button.context_button, .bots-edit #comments_container button.context_button {
    display: none; }

#group_discussion_toc {
  margin: 0 8px; }
  #group_discussion_toc p {
    font-size: 12px; }

.toggle_accepted_suggestions form {
  display: inline-block;
  margin: 5px 5px 0 0; }

.ai_comment_popup {
  width: 350px;
  padding-bottom: 15px; }
  .ai_comment_popup .controls {
    width: 300px; }
  .ai_comment_popup .description_pane, .ai_comment_popup .please_choose {
    width: 300px;
    float: right;
    margin-bottom: 10px;
    max-height: 422px;
    overflow: scroll; }
    .ai_comment_popup .description_pane h3, .ai_comment_popup .please_choose h3 {
      margin-top: 0; }
    .ai_comment_popup .description_pane p, .ai_comment_popup .please_choose p {
      font-weight: normal;
      font-size: 14px;
      margin-bottom: 1em; }
  .ai_comment_popup .description_pane {
    display: none; }
  .ai_comment_popup select#bot_id {
    font-size: large;
    margin: 10px 0;
    display: block;
    width: 100%; }
    .ai_comment_popup select#bot_id optgroup {
      background-color: #f0f0f0; }
    .ai_comment_popup select#bot_id option {
      background-color: white; }
  .ai_comment_popup input[type=text] {
    width: 290px;
    margin-bottom: 10px; }
  .ai_comment_popup p.ai_blurb, .ai_comment_popup p.second_box {
    margin: 20px 0 20px;
    font-weight: normal;
    font-size: 14px; }
  .ai_comment_popup p.second_box {
    margin: 0; }
  .ai_comment_popup ul.ai_blurb {
    font-size: 14px;
    margin: 0;
    font-weight: normal; }
    .ai_comment_popup ul.ai_blurb li {
      font-size: 14px; }
  .ai_comment_popup .loading_spinner {
    vertical-align: middle;
    margin-left: 5px;
    display: none; }
  .ai_comment_popup #ai_comment_bio, .ai_comment_popup #ai_comment_question {
    width: 290px; }
  .ai_comment_popup #ai_comment_question {
    margin-bottom: 10px;
    width: calc(100% - 6px); }
  .ai_comment_popup ul.tabs-content {
    padding-bottom: 20px;
    margin-bottom: 0; }
  .ai_comment_popup #reading_bots, .ai_comment_popup #writing_bots, .ai_comment_popup #both_bots {
    display: none; }
  .ai_comment_popup .buttons {
    margin-top: 20px; }
  .ai_comment_popup h2 small {
    font-size: 16px; }

#resubmit_ai_comment {
  width: 600px; }
  #resubmit_ai_comment .columns {
    display: flex;
    column-gap: 30px; }
  #resubmit_ai_comment .text {
    font-size: 15px;
    font-weight: normal;
    line-height: 150%; }
  #resubmit_ai_comment .button {
    padding: 6px 40px 8px;
    margin-top: 20px; }
  #resubmit_ai_comment .question {
    margin-bottom: 10px; }
  #resubmit_ai_comment .loading_spinner {
    vertical-align: middle;
    margin-left: 5px; }
  #resubmit_ai_comment .col1, #resubmit_ai_comment .col2 {
    flex: 1; }
  #resubmit_ai_comment .question_and_text {
    height: 250px;
    overflow: scroll; }
  #resubmit_ai_comment .select_prompt {
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center; }

.ai_resubmit_button {
  margin: -20px 10px 10px;
  display: none;
  padding: 5px 10px;
  float: right;
  font-size: 12px; }

.bots-edit #editing_interface {
  padding: 20px 20px 220px 25px; }
  .bots-edit #editing_interface p {
    margin-bottom: 15px; }
    .bots-edit #editing_interface p.hint {
      font-weight: normal;
      font-size: smaller;
      margin-top: -15px; }
  .bots-edit #editing_interface input[type=text], .bots-edit #editing_interface input[type=range], .bots-edit #editing_interface textarea {
    display: block;
    width: calc(100% - 8px); }
  .bots-edit #editing_interface select {
    display: block; }
  .bots-edit #editing_interface .bot_advanced_settings {
    font-weight: normal; }
    .bots-edit #editing_interface .bot_advanced_settings .value_display {
      float: right; }
  .bots-edit #editing_interface .button.blue {
    padding: 8px 20px; }
.bots-edit .comment_controls .sorted {
  display: none; }
.bots-edit .comment_controls .updates_toggle_button {
  display: none; }

body.writing_partners img[data-image_or_video_no] {
  max-width: 600px;
  max-height: 600px; }

#generate_image {
  width: 525px; }
  #generate_image .image {
    height: 320px; }
    #generate_image .image img {
      max-width: 525px;
      max-height: 300px; }
  #generate_image textarea {
    width: calc(100% - 6px);
    margin-bottom: 5px; }
  #generate_image .loading_spinner {
    display: none; }
  #generate_image .button.use_image {
    float: right;
    display: none; }
  #generate_image label {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    margin-right: 20px; }
  #generate_image input {
    margin-top: 0; }

iframe[src*="vimeo"] {
  position: static !important;
  min-width: 800px;
  min-height: 450px;
  width: auto !important;
  height: auto !important; }

.dds_bot_description p {
  font-size: 14px; }

#editable_document_fulltext {
  padding: 2px 5px; }

#noneditable_document_fulltext, #editable_document_fulltext, .editable_export_view {
  font-size: 14px; }
  #noneditable_document_fulltext p, #noneditable_document_fulltext ul, #noneditable_document_fulltext ol, #noneditable_document_fulltext li, #noneditable_document_fulltext td, #editable_document_fulltext p, #editable_document_fulltext ul, #editable_document_fulltext ol, #editable_document_fulltext li, #editable_document_fulltext td, .editable_export_view p, .editable_export_view ul, .editable_export_view ol, .editable_export_view li, .editable_export_view td {
    font-size: 14px; }
  #noneditable_document_fulltext p, #noneditable_document_fulltext ul, #noneditable_document_fulltext ol, #noneditable_document_fulltext table, #noneditable_document_fulltext figure, #editable_document_fulltext p, #editable_document_fulltext ul, #editable_document_fulltext ol, #editable_document_fulltext table, #editable_document_fulltext figure, .editable_export_view p, .editable_export_view ul, .editable_export_view ol, .editable_export_view table, .editable_export_view figure {
    margin-bottom: 0.75em; }

figcaption span.prompt {
  display: none; }
figcaption button {
  margin: 5px 10px 0 0; }

.right_col_ai_interface {
  display: none;
  position: absolute;
  width: calc(100% - 80px);
  background-color: #f0f0f0;
  padding: 30px 40px;
  border-bottom: 1px solid darkgrey;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px; }
  .right_col_ai_interface h2 {
    margin: 0 0 10px; }
  .right_col_ai_interface #reading_bots, .right_col_ai_interface #writing_bots, .right_col_ai_interface #both_bots {
    display: none; }
  .right_col_ai_interface label {
    display: block;
    margin-top: 10px; }
  .right_col_ai_interface textarea {
    width: calc(100% - 6px);
    margin-bottom: 15px; }
  .right_col_ai_interface select {
    width: 100%; }
  .right_col_ai_interface .loading_spinner {
    display: none; }
