.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#khanType {
  /* Used to style the topic title on a topic page, eg
  "Introduction to algebra" on /math/algebra/introduction-to-algebra.
  Also used for the tutorial title on tutorial landing pages.
  Not restricted to styling the titles of "Topic" entities. */
}
.vertical-shadow {
  border: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 3px #ccc;
}
html.page-container-min-width-zero body,
html.page-container-min-width-zero #page-container {
  min-width: 0;
}
/* Fall back colors? Eg educator, talks & interviews */
/**
 * For hover card tooltips
 *
 * TODO(stephanie): Converted from base-hovercard.css and hence needs to be
 * less-ified/have variables extracted out.
 */
.qtip.custom-override {
  max-width: 450px;
}
.qtip-default.custom-override {
  border-color: transparent;
  background-color: transparent;
}
.qtip-default.custom-override .qtip-tip {
  /* Because qtip seems to add inline styles in IE */
  display: none !important;
}
.qtip-default.custom-override .qtip-content {
  border: none;
  background-color: transparent;
  padding: 0 0 10px 0;
  top: -7px;
}
.hover-card-triangle {
  position: relative;
  height: 10px;
  z-index: 1;
}
.hover-card-triangle:before {
  display: block;
  position: absolute;
  left: 26px;
  top: 2px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #BBB;
}
.hover-card-triangle:after {
  display: block;
  position: absolute;
  left: 26px;
  top: 3px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #FFF;
}
.hover-card-triangle.right:after,
.hover-card-triangle.right:before {
  left: auto;
  right: 26px;
}
.hover-card-container {
  width: 450px;
  line-height: normal;
}
.hover-card-message {
  padding: 0 0 5px 5px;
  font-size: 115%;
  line-height: 20px;
}
.hover-card-content-container {
  position: relative;
  background: #FFF;
}
.hover-card-content {
  min-height: 60px;
  padding: 10px;
  position: relative;
}
.hover-card-content .private {
  visibility: hidden;
}
.hover-card-content .user-info {
  word-wrap: break-word;
  margin-left: 70px;
  margin-right: 110px;
}
.hover-card-content .user-info img.avatar {
  float: left;
  margin-left: -70px;
  height: 60px;
  width: 60px;
}
.hover-card-content .user-info .profile-link {
  text-decoration: none;
}
.hover-card-content .user-info .nickname-container {
  color: #999;
  font-size: 16px;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}
.hover-card-content .user-info .nickname {
  color: #000;
  font-weight: bold;
  float: left;
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hover-card-content .user-info .nickname:hover {
  text-decoration: underline;
}
.hover-card-content .user-info .username {
  margin-left: 10px;
  text-overflow: ellipsis;
}
.hover-card-content .user-info .bio {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
.hover-card-content .user-stats {
  position: absolute;
  right: 10px;
}
.hover-card-content .user-stats .badge-container {
  text-align: right;
}
.hover-card-content .user-stats .badge-container .badge-icon {
  width: 20px;
  height: 20px;
  margin-left: -2px;
}
.hover-card-content .user-stats .energy-points-badge {
  margin-top: 10px;
}
.hover-card-content .user-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/** TODO(drew): Create discussion-package/variables.less that this file and moderation.less can refer to **/
/* Voting arrows */
/* Comments */
/* @editOffset is the amount necessary to offset the
 * textarea so that when you edit a post, the text
 * does not jump. It is related to @discussionItemPadding,
 * which specifies the amount of padding at the top/bottom
 * of discussion items.
 *
 * Currently, their values are the same, but they are
 * separate (but related) variables because they serve
 * different purposes.
 */
/* Discussion column margins */
/* Column dimensions for spin-offs view */
/* Colors for spin-off cards on hover */
/* Styles specifically added for the new discussions rewrite */
.discussion-code-format {
  font-family: 'Inconsolata', monospace;
  width: auto;
}
.discussion-code-inline {
  display: inline;
}
.discussion-code-block {
  display: block;
  padding: 20px 0;
  overflow: auto;
  white-space: pre;
}
/* Discussion List */
.discussion-clear-fix {
  /* Fix to handle issues with floating elements.
     * http://www.quirksmode.org/css/clearing.html
     */
  overflow: hidden;
  /* Use padding/margin trick to avoid the edit
     * field spilling out of the element, which is
     * a problem because of the overflow: hidden
     * fix above.
     */
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.discussion-list {
  /* Fix to handle issues with floating elements.
     * http://www.quirksmode.org/css/clearing.html
     */
  overflow: hidden;
  /* Use padding/margin trick to avoid the edit
     * field spilling out of the element, which is
     * a problem because of the overflow: hidden
     * fix above.
     */
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
/* Scratchpads Discussion */
.profile-scratchpads-list .discussion-list-content,
.spin-offs .discussion-list-content {
  /* Override bootstrap css */
}
.profile-scratchpads-list .discussion-list-content .row,
.spin-offs .discussion-list-content .row {
  margin-left: -20px;
  *zoom: 1;
}
.profile-scratchpads-list .discussion-list-content .row:before,
.spin-offs .discussion-list-content .row:before,
.profile-scratchpads-list .discussion-list-content .row:after,
.spin-offs .discussion-list-content .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.profile-scratchpads-list .discussion-list-content .row:after,
.spin-offs .discussion-list-content .row:after {
  clear: both;
}
.profile-scratchpads-list .discussion-list-content [class*="span"],
.spin-offs .discussion-list-content [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.profile-scratchpads-list .discussion-list-content .container,
.spin-offs .discussion-list-content .container,
.profile-scratchpads-list .discussion-list-content .navbar-static-top .container,
.spin-offs .discussion-list-content .navbar-static-top .container,
.profile-scratchpads-list .discussion-list-content .navbar-fixed-top .container,
.spin-offs .discussion-list-content .navbar-fixed-top .container,
.profile-scratchpads-list .discussion-list-content .navbar-fixed-bottom .container,
.spin-offs .discussion-list-content .navbar-fixed-bottom .container {
  width: 2284px;
}
.profile-scratchpads-list .discussion-list-content .span12,
.spin-offs .discussion-list-content .span12 {
  width: 2284px;
}
.profile-scratchpads-list .discussion-list-content .span11,
.spin-offs .discussion-list-content .span11 {
  width: 2092px;
}
.profile-scratchpads-list .discussion-list-content .span10,
.spin-offs .discussion-list-content .span10 {
  width: 1900px;
}
.profile-scratchpads-list .discussion-list-content .span9,
.spin-offs .discussion-list-content .span9 {
  width: 1708px;
}
.profile-scratchpads-list .discussion-list-content .span8,
.spin-offs .discussion-list-content .span8 {
  width: 1516px;
}
.profile-scratchpads-list .discussion-list-content .span7,
.spin-offs .discussion-list-content .span7 {
  width: 1324px;
}
.profile-scratchpads-list .discussion-list-content .span6,
.spin-offs .discussion-list-content .span6 {
  width: 1132px;
}
.profile-scratchpads-list .discussion-list-content .span5,
.spin-offs .discussion-list-content .span5 {
  width: 940px;
}
.profile-scratchpads-list .discussion-list-content .span4,
.spin-offs .discussion-list-content .span4 {
  width: 748px;
}
.profile-scratchpads-list .discussion-list-content .span3,
.spin-offs .discussion-list-content .span3 {
  width: 556px;
}
.profile-scratchpads-list .discussion-list-content .span2,
.spin-offs .discussion-list-content .span2 {
  width: 364px;
}
.profile-scratchpads-list .discussion-list-content .span1,
.spin-offs .discussion-list-content .span1 {
  width: 172px;
}
.profile-scratchpads-list .discussion-list-content .offset12,
.spin-offs .discussion-list-content .offset12 {
  margin-left: 2324px;
}
.profile-scratchpads-list .discussion-list-content .offset11,
.spin-offs .discussion-list-content .offset11 {
  margin-left: 2132px;
}
.profile-scratchpads-list .discussion-list-content .offset10,
.spin-offs .discussion-list-content .offset10 {
  margin-left: 1940px;
}
.profile-scratchpads-list .discussion-list-content .offset9,
.spin-offs .discussion-list-content .offset9 {
  margin-left: 1748px;
}
.profile-scratchpads-list .discussion-list-content .offset8,
.spin-offs .discussion-list-content .offset8 {
  margin-left: 1556px;
}
.profile-scratchpads-list .discussion-list-content .offset7,
.spin-offs .discussion-list-content .offset7 {
  margin-left: 1364px;
}
.profile-scratchpads-list .discussion-list-content .offset6,
.spin-offs .discussion-list-content .offset6 {
  margin-left: 1172px;
}
.profile-scratchpads-list .discussion-list-content .offset5,
.spin-offs .discussion-list-content .offset5 {
  margin-left: 980px;
}
.profile-scratchpads-list .discussion-list-content .offset4,
.spin-offs .discussion-list-content .offset4 {
  margin-left: 788px;
}
.profile-scratchpads-list .discussion-list-content .offset3,
.spin-offs .discussion-list-content .offset3 {
  margin-left: 596px;
}
.profile-scratchpads-list .discussion-list-content .offset2,
.spin-offs .discussion-list-content .offset2 {
  margin-left: 404px;
}
.profile-scratchpads-list .discussion-list-content .offset1,
.spin-offs .discussion-list-content .offset1 {
  margin-left: 212px;
}
.profile-scratchpads-list .discussion-list-content .fork.span1,
.spin-offs .discussion-list-content .fork.span1 {
  width: 173px;
  padding: 6px;
  margin-left: 0;
}
.profile-scratchpads-list .discussion-list-content.row,
.spin-offs .discussion-list-content.row {
  margin-left: -10px;
  margin-right: -10px;
}
.profile-scratchpads-list .discussion-list-content.row .fork:nth-child(5n+1),
.spin-offs .discussion-list-content.row .fork:nth-child(5n+1) {
  margin-left: 4px;
}
.profile-scratchpads-list {
  margin-right: 20px;
}
.profile-scratchpads-list .discussion-list-count {
  display: none;
  visibility: hidden;
}
/* Sorting */
.discussion-list-sort {
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 1px;
}
.discussion-list-sort a {
  color: #888;
  margin-left: 10px;
  text-decoration: none;
}
.discussion-list-sort a.selected {
  color: #000;
  cursor: default;
}
.discussion-list-sort a.selected:hover {
  text-decoration: none;
}
.discussion-list-sort.subject-sort {
  display: inline-block;
  float: left;
  height: 33px;
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.discussion-list-sort.subject-sort .icon-chevron-up,
.discussion-list-sort.subject-sort .icon-chevron-down {
  width: 12px;
}
.filterbar-dropdown-inner-container {
  padding-right: 0;
  position: relative;
  top: -2px;
}
.filterbar-dropdown,
.filterbar-mock-dropdown {
  font-size: 13px;
  position: absolute;
}
.filterbar-dropdown {
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.filterbar-mock-dropdown {
  background-color: transparent;
  border-color: transparent;
  color: #005987;
  height: 23px;
  margin-left: 4px;
  outline: 0;
  z-index: 5;
}
.filterbar-mock-dropdown .icon-chevron-down {
  font-size: 11px;
  margin-left: 4px;
}
/* More Button */
.discussion-list-more {
  box-sizing: border-box;
  clear: both;
  float: left;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
/* Discussion Item */
.success-highlight {
  background-color: #ebf1df;
  color: #000;
}
.success-highlight .discussion-meta,
.success-highlight .discussion-meta a,
.success-highlight .discussion-meta a:hover,
.success-highlight .discussion-meta a:visited {
  color: #808080;
}
.success-highlight .discussion-meta-faded,
.success-highlight .discussion-meta-faded a,
.success-highlight .discussion-meta-faded a:hover,
.success-highlight .discussion-meta-faded a:visited {
  color: #b1b3ad;
}
.success-highlight .discussion-meta-separator {
  color: #c9cebd;
}
.success-highlight .discussion-vote div.vote-for {
  color: #c0cba2;
}
.success-highlight .replies-triangle:before {
  border-bottom-color: #cad1bf;
}
.success-highlight .replies-triangle:after {
  border-bottom-color: #ebf1df;
}
.success-highlight .replies-panel {
  border: 1px solid #cad1bf;
  margin-right: -2px;
}
.success-highlight .replies-panel .replies .reply > .item-separator {
  border-bottom-color: #d2dac8;
}
.success-highlight .replies-panel .replies-closed {
  border-top-color: #d2dac8;
  color: #808080;
}
.success-highlight .discussion-vote div.vote-for.vote-up {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #cbcfc6 !important;
}
.success-highlight .discussion-vote div.vote-for.vote-down {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cbcfc6 !important;
}
.success-highlight .formatting-tips-container code {
  background-color: #c6d1ad;
}
/* Highlighting */
.discussion-list .highlight {
  /* Not using shorthand notation because
           top and bottom margin/padding can be
           different. */
  padding-left: 10px;
  padding-right: 10px;
}
.discussion-list .warning-highlight {
  background-color: #fcf8e3;
}
.discussion-list .success-highlight {
  background-color: #ebf1df;
}
/* Content */
.discussion-guidelines-format-table code {
  background-color: #EEE;
  display: inline;
  font-family: 'Inconsolata', monospace;
  padding: 1px 5px;
  white-space: pre;
  width: auto;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}
.discussion-guidelines-format-table pre code {
  display: block;
  margin: 1px 0;
}
.discussion-guidelines-format-table i {
  font-style: italic;
}
.discussion-guidelines-format-table {
  color: #555;
  font-size: 12px;
}
.discussion-guidelines-format-table td {
  padding: 0 5px;
  vertical-align: baseline;
  width: 50%;
}
.discussion-guidelines-format-table td:first-child {
  border-right: 1px solid #ddd;
}
.discussion-guidelines-format-table td:last-child {
  padding-left: 10px;
}
.discussion-guidelines-format-table-header td {
  padding: 0 0 5px 5px;
}
.discussion-guidelines-format-table-header td:first-child {
  padding-left: 0;
}
/* Meta */
.discussion-meta {
  display: block;
  clear: both;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
}
.discussion-meta,
.discussion-meta a,
.discussion-meta a:visited {
  color: #a0a0a0;
}
.discussion-meta .discussion-meta-controls {
  float: left;
}
.discussion-meta .discussion-meta-info {
  font-style: italic;
  float: right;
  text-align: right;
}
.discussion-meta-faded,
.discussion-meta-faded a,
.discussion-meta-faded a:visited {
  color: #bfbfbf;
}
.discussion-meta-separator {
  content: "\2022";
  color: #ddd;
  padding: 0 5px;
}
/* Author */
.discussion-author {
  color: #555;
  font-style: normal;
}
a.discussion-author {
  /* The href property is added lazily; force the underline here for visual
     * consistency before the hovercard loads. */
  text-decoration: underline;
}
.discussion-author-avatar {
  height: 15px;
  margin-bottom: -3px;
  padding-right: 2px;
  width: 15px;
}
/* Badges */
.discussion-badge-icon {
  height: 15px;
  margin-bottom: -3px;
  width: 15px;
}
/* Voting */
.discussion-vote {
  display: inline-block;
  margin-left: 3px;
}
.discussion-vote div.vote-for {
  cursor: pointer;
  display: inline-block;
}
.discussion-vote div.vote-for.vote-up {
  /* Firefox doesn't align arrows the same as webkit/IE */
  -moz-transform: translate(1px, 0px);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e1e1e1 !important;
}
.discussion-vote div.vote-for.vote-up.vote-hover {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #3a6a00 !important;
}
.discussion-vote div.vote-for.vote-up.voted {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #7bab4b !important;
}
.discussion-vote div.vote-for.vote-up.voted.vote-hover {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #b0cd86 !important;
}
.discussion-vote div.vote-for.vote-down {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e1e1e1 !important;
}
.discussion-vote div.vote-for.vote-down.vote-hover {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #861f00 !important;
}
.discussion-vote div.vote-for.vote-down.voted {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #bf4f04 !important;
}
.discussion-vote div.vote-for.vote-down.voted.vote-hover {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #dfa880 !important;
}
/* Forms */
textarea.discussion-text {
  /* textarea is inline by default, which causes a little
     * space to appear beneath it. Set to display: block to
     * eliminate this. Give it a small margin-bottom to
     * compensate.
     */
  display: block;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #808080;
  font-family: inherit;
  font-size: 13px;
  /* When not open (and displaying placeholder text),
     * show the placeholder text as italic. */
  font-style: italic;
  height: 38px;
  line-height: 22px;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  overflow: auto;
  resize: none;
}
textarea.discussion-text.open {
  min-height: 100px;
  resize: vertical;
}
textarea.discussion-text.open:not(.placeholder) {
  /* The placeholder class is added by the placeholder
             * plugin when the browser does not support html5
             * placeholders.
             */
  color: #000;
  font-style: normal;
}
/* Notes */
.note {
  background-color: #feffda;
  border: 1px solid #E9EBCA;
  max-width: 150px;
  position: absolute;
  padding: 10px;
  text-align: center;
  z-index: 25;
  border-radius: 5px;
}
/* Low Quality Notice */
.low-quality-notice {
  color: #555;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  /* Use @editOffset to avoid expanding outside the edge
     * of the element.
     */
  padding: 8px;
  margin: 8px -8px 8px -8px;
  font-size: 12px;
}
.low-quality-notice.duplicate-notice {
  margin-top: 5px;
}
.low-quality-notice .low-quality-notice-header {
  padding-bottom: 5px;
}
.low-quality-notice h4 {
  margin-bottom: 5px;
}
/* Post Guidelines */
.eval-left {
  float: left;
}
.eval-left .styled-list {
  margin-left: 1em;
}
.eval-guideline {
  background-color: #F7F7F7;
  border: 2px solid #DDD;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.eval-guideline code {
  background-color: #EEE;
  display: inline;
  font-family: 'Inconsolata', monospace;
  padding: 1px 5px;
  white-space: pre;
  width: auto;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}
.eval-guideline pre code {
  display: block;
  margin: 1px 0;
}
.eval-guideline div.discussion-meta {
  margin-bottom: 5px;
  margin-top: 5px;
}
.eval-guideline div.eval-skip {
  font-size: smaller;
  margin-top: 40px;
}
.eval-guideline div.eval-title {
  font-size: larger;
}
.eval-guideline div.eval-tryeval,
.eval-guideline div.eval-submitted {
  margin-top: 20px;
}
.eval-guideline div.failed-objective-item {
  margin-top: 10px;
}
.eval-guideline .failed-objectives {
  margin-top: 20px;
}
.eval-guideline div.more-info {
  margin-top: 20px;
}
.eval-guideline div.objective-more-info {
  margin-bottom: 10px;
}
.eval-guideline .eval-button-container {
  float: right;
  min-height: 30px;
}
.eval-guideline .eval-peer-rubric-item {
  margin-bottom: 15px;
}
.eval-guideline .eval-peer-rubric-item i {
  display: inline-block;
  width: 20px;
}
.eval-guideline .eval-peer-rubric-item i.pass {
  color: green;
}
.eval-guideline .eval-peer-rubric-item i.nopass {
  color: red;
}
.eval-guideline .eval-peer-rubric-item > div {
  margin-left: 20px;
}
/* Formatting tips */
.formatting-tips-container {
  text-align: left;
  clear: both;
  margin-top: -2px;
}
.formatting-tips-panel {
  background: #FFF;
  border: 1px solid #e8e8e8;
  margin-right: 6%;
  padding: 8px;
  color: #a0a0a0;
}
.formatting-tips-triangle {
  height: 10px;
  position: relative;
  z-index: 1;
}
.formatting-tips-triangle:before,
.formatting-tips-triangle:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 28px;
  position: absolute;
  width: 0;
}
.formatting-tips-triangle:before {
  border-bottom: 9px solid #e8e8e8;
  top: 1px;
}
.formatting-tips-triangle:after {
  border-bottom: 9px solid #FFF;
  top: 3px;
}
/* Replies */
.eval-area li {
  margin-top: 10px;
}
.eval-area textarea,
.eval-area select {
  display: block;
  margin-bottom: 3px;
  margin-left: 1px;
  margin-top: 3px;
}
/**
 * Discussion style overrides for bibliotron tutorial pages.
 * Note that we use !important throughout the whole thing.
 * The main reason for this is consistency (easier than
 * keeping track of where it is and isn't needed).
 */
/**
 * Discussion-related styles for the Project Feedback page
 * aka /projectfeedback.
 */
.projectfeedback-container {
  color: #44444C;
  float: none;
  margin: 0;
  max-width: 840px;
  padding: 0 30px 30px 30px;
}
.projectfeedback-container h4 {
  border-bottom: 1px solid #ccc;
  margin: 30px 0 0;
  padding-bottom: 3px;
}
.projectfeedback-container .discussion-list-header {
  min-height: 20px;
  width: 100%;
}
.projectfeedback-container .discussion-list-refresh {
  font-size: 10px;
  text-decoration: none;
}
.projectfeedback-container .discussion-list-refresh .icon-refresh {
  margin-left: 6px;
  margin-right: 4px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #FFFFFF, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #e6e6e6);
  background-image: -o-linear-gradient(top, #FFFFFF, #e6e6e6);
  background-image: linear-gradient(to bottom, #FFFFFF, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #555;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #004787;
  background-image: -moz-linear-gradient(top, #005987, #002c87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005987), to(#002c87));
  background-image: -webkit-linear-gradient(top, #005987, #002c87);
  background-image: -o-linear-gradient(top, #005987, #002c87);
  background-image: linear-gradient(to bottom, #005987, #002c87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005987', endColorstr='#ff002c87', GradientType=0);
  border-color: #002c87 #002c87 #00133b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002c87;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #002c87;
  *background-color: #00246e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001b54 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e2630e;
  background-image: -moz-linear-gradient(top, #fa7115, #bf4f04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa7115), to(#bf4f04));
  background-image: -webkit-linear-gradient(top, #fa7115, #bf4f04);
  background-image: -o-linear-gradient(top, #fa7115, #bf4f04);
  background-image: linear-gradient(to bottom, #fa7115, #bf4f04);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa7115', endColorstr='#ffbf4f04', GradientType=0);
  border-color: #bf4f04 #bf4f04 #743002;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bf4f04;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #bf4f04;
  *background-color: #a64503;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #8d3a03 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3d3d3d;
  background-image: -moz-linear-gradient(top, #444, #333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#333));
  background-image: -webkit-linear-gradient(top, #444, #333);
  background-image: -o-linear-gradient(top, #444, #333);
  background-image: linear-gradient(to bottom, #444, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff333333', GradientType=0);
  border-color: #333 #333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #333;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #333;
  *background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #1a1a1a \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #005987;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #678d00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #555;
  text-decoration: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #FFFFFF;
  -moz-box-shadow: inset 0 1px 0 #FFFFFF;
  box-shadow: inset 0 1px 0 #FFFFFF;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.hide {
  display: none;
}
.modal {
  color: #555;
  margin: 0;
  padding: 15px;
}
.modal.modal-fullscreen {
  bottom: 30px;
  left: 30px;
  min-height: 440px;
  min-width: 940px;
  position: fixed;
  right: 30px;
  top: 30px;
  width: auto;
}
.modal.modal-default,
.modal.modal-wide,
.modal.modal-extra-wide {
  top: 0;
  margin-top: 60px;
  margin-bottom: 30px;
  position: absolute;
}
.modal.modal-default {
  width: 560px;
  margin-left: -280px;
}
.modal.modal-wide {
  width: 700px;
  margin-left: -350px;
}
.modal.modal-extra-wide {
  width: 1000px;
  margin-left: -500px;
}
.modal h2,
.modal h4 {
  font-family: inherit;
  color: #555;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.85;
  background: #314453;
}
.modal-header {
  border-bottom: 1px solid #ddd;
  padding: 0 0 9px 0;
}
.modal-header h2,
.modal-header h4 {
  margin-bottom: 0;
  padding-top: 9px;
}
.modal-body {
  margin: 0;
  max-height: none;
  padding: 20px 0 9px 0;
}
.modal-footer {
  background-color: #FFFFFF;
  padding: 15px 0 0 0;
  text-align: right;
}
/* generic-dialog module */
.modal.generic-dialog {
  margin: 0 0 0 -250px;
  top: 50px;
  width: 500px;
}
.modal.generic-dialog .modal-body {
  padding: 0;
}
.post-guidelines {
  padding: 15px;
}
.reply-count {
  cursor: pointer;
}
.mod-tools__edit,
.mod-tools__delete,
.mod-tools__undelete {
  cursor: pointer;
}
.edit-content-form__textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  line-height: 22px;
  outline: none;
  font-size: 13px;
  font-style: normal;
  color: #000;
  margin-bottom: 8px;
  padding: 7px;
  resize: vertical;
  width: 100%;
  min-height: 100px;
}
.edit-content-form__cancel {
  color: #678d00;
  cursor: pointer;
  margin-top: 2px;
}
.edit-content-form__cancel:hover {
  text-decoration: underline;
}
.edit-content-form__controls {
  font-size: 12px;
  margin: 8px 0 8px 0;
  text-align: right;
}
.edit-content-form__submit {
  float: right;
  margin-left: 2px;
}
.edit-content-form__left {
  cursor: pointer;
  float: left;
}
.edit-content-form__right {
  /* Gets spinner to line up with Cancel */
}
.edit-content-form__right img {
  vertical-align: middle;
  margin-right: 3px;
}
.pointer {
  cursor: pointer;
}
.show-formatting-tips {
  cursor: pointer;
}
.show-formatting-tips:hover {
  text-decoration: underline;
  color: #678d00;
}
.discussion-meta-note {
  background-color: #feffda;
  border: 1px solid #E9EBCA;
  color: #000;
  max-width: 150px;
  position: absolute;
  padding: 10px;
  text-align: center;
  z-index: 2;
  border-radius: 5px;
}
.discussion-meta-note__close {
  cursor: pointer;
  color: #005987;
}
.danger-modal {
  margin-left: -280px;
}
.danger-modal .modal-footer {
  padding: 5px;
}
.change-to {
  cursor: pointer;
}
.suggest-clarification-text,
.reply-form {
  /* textarea is inline by default, which causes a little
     * space to appear beneath it. Set to display: block to
     * eliminate this. Give it a small margin-bottom to
     * compensate.
     */
  display: block;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #808080;
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  overflow: auto;
  font-style: italic;
  height: 38px;
  resize: none;
  margin-top: 10px;
}
.suggest-clarification-text:not(.placeholder),
.reply-form:not(.placeholder) {
  /* The placeholder class is added by the placeholder
         * plugin when the browser does not support html5
         * placeholders.
         */
  color: #000;
  font-style: normal;
}
.clarifications-tab .item-separator {
  border-bottom: 1px solid #f3f3f3;
}
.clarification-guidelines-col {
  display: table-cell;
  padding-right: 10px;
  width: 50%;
}
.new-clarification {
  margin: 10px 0;
}
.new-clarification__controls {
  margin-bottom: 8px;
}
.new-clarification__text {
  /* textarea is inline by default, which causes a little
     * space to appear beneath it. Set to display: block to
     * eliminate this. Give it a small margin-bottom to
     * compensate.
     */
  display: block;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #808080;
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  overflow: auto;
  margin-top: 10px;
  min-height: 100px;
  resize: vertical;
}
.new-clarification__text:not(.placeholder) {
  /* The placeholder class is added by the placeholder
         * plugin when the browser does not support html5
         * placeholders.
         */
  color: #000;
  font-style: normal;
}
.new-clarification__play-icon {
  background: url('/images/play.png') no-repeat left top;
  cursor: pointer;
  margin-right: 3px;
  padding-left: 15px;
}
.new-clarification__timeInputs {
  float: left;
}
.new-clarification__submit {
  float: right;
}
.new-clarification__cancel {
  color: #678d00;
  cursor: pointer;
  margin-right: 0.5em;
  margin-top: 2px;
}
.new-clarification__cancel:hover {
  text-decoration: underline;
}
.new-clarification__right {
  float: right;
}
.clarifications-container {
  position: relative;
}
.officialClarificationView .post-guidelines {
  display: none;
  padding: 15px;
}
.clarification-card {
  *zoom: 1;
  border-bottom: 1px solid #eee;
  color: #444;
  padding: 5px 0;
  width: 100%;
}
.clarification-card:before,
.clarification-card:after {
  display: table;
  content: "";
  line-height: 0;
}
.clarification-card:after {
  clear: both;
}
.clarification-card-meta {
  *zoom: 1;
  clear: both;
  float: right;
  font-size: 11px;
}
.clarification-card-meta:before,
.clarification-card-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.clarification-card-meta:after {
  clear: both;
}
.clarification-card__text {
  display: table-cell;
  width: 100%;
}
.clarification-card__open {
  color: #005987;
  cursor: pointer;
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
}
.clarification-card-delete {
  cursor: pointer;
}
.clarification-card__saving {
  color: #005987;
  display: table-cell;
}
.clarification-card__error {
  color: #b94a48;
  display: table-cell;
}
.clarification-card__edit {
  color: #a0a0a0;
  float: left;
}
.clarification-card__reporter {
  float: left;
  margin-left: 0.35em;
}
.clarification-card__reporter a,
.clarification-card__reporter a:visited {
  color: #a0a0a0;
}
.clarification-card__reported-by {
  color: #bfbfbf;
  font-style: italic;
}
.collapsible-clarifications-open {
  clear: both;
}
.collapsible-clarifications-toggle {
  border-bottom: 1px solid #eee;
  text-align: right;
}
.collapsible-clarifications-toggle span {
  color: #aaa;
  cursor: pointer;
}
.clarifications-header {
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  margin-top: 20px;
}
.time-entry {
  border: 1px solid #ddd;
  background: #fafafa;
  text-align: right;
  width: 1.3em;
}
.clarification-list {
  list-style-type: none;
}
.clarification-list-header {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 2px;
}
.clarifications-hr {
  box-shadow: none;
  margin: 20px 0 10px;
}

