/*

Colours
boxout-background : #BDD6E4;

lt grey:#CDCDCD
dk grey:#B7B7B7

*/
.portalMessage {
  background-color: #000;
  border-color: #ffffff;
  border-radius: 2px;
  padding: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
}
portalMessage.error {
  background-color: #990000;
  color: #ffffff;
}
.template-opsuite-discussion-idea .fieldErrorBox .error,
.template-opsuite-discussion-consultation .fieldErrorBox .error {
  background-color: #990000;
  color: #FFFFFF;
  font-size: 0.720em;
  font-style: italic;
  margin: 0.2em 0;
  padding: 0.1em 0.3em;
  font-weight: bold;
}
.portalMessage dt {
  display: none;
}
.dialogue-challenge-list > li {
  display: list-item;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-position: initial;
  background-color: #ffffff;
}
.dialogue-challenge-list a.discussion-title {
  text-decoration: none;
  color: #264f90;
}
.dialogue-challenge-list a.discussion-title:hover {
  text-decoration: underline;
}
.dialogue-challenge-list .dialogue-challenge-list-get-involved {
  margin-top: 25px;
}
.dialogue-comment {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #DDDFD8;
}
.dialogue-comment:first-of-type {
  margin-top: 15px;
  border-top: solid 1px #DDDFD8;
}
#user-comments-wrapper .comment-moderation-notice {
  color: #6a6a6a;
}
.discussion {
  width: 530px;
  float: left;
  margin: 1em 0 0 0;
}
.comment {
  background-color: #eeeeee;
  padding: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
p.comment-rejected-notice {
  font-weight: bold;
}
.commentImage {
  float: right;
  margin: 1em;
}
.documentByLine {
  font-size: 0.9em;
  color: #696969;
  margin: -0.3em 0 0.5em 0;
}
.commentBody {
  font-size: 0.95em;
  margin-bottom: 30px;
}
.comment h3 {
  margin-top: 0;
}
.comment_flag {
  display: block;
  margin: 0;
  font-size: 0.9em;
}
a.comment_flag:link,
a.comment_flag:visited {
  color: #696969;
}
a.comment_flag:hover {
  color: #005ea5;
}
span.reportCommentThanks,
span.reportCommentSorry {
  background: none repeat scroll 0 0 white;
  border: 1px dashed #557539;
  color: #557539;
  padding: 10px;
  width: 250px;
  margin-top: 2.5em;
  display: block;
}
span.reportCommentSorry {
  border: 1px dashed red;
  color: red;
}
#add-comment-form {
  padding: 1em;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fafafa;
}
#add-comment-form legend {
  color: #434343;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#add-comment-form .form-actions {
  margin-top: 1em;
}
/* ~ Home page */
#embedded-video {
  float: right;
  margin: 0 1em 1em;
}
/* cookie-proof embed stuff */
div.tr-embed {
  border: 3px solid #EEE;
  background: url('../img/stripes.gif');
  padding: 1em;
  margin: 1em 0;
}
#tr-embed-header {
  position: fixed;
  left: 0;
  background: #FFE13E;
  opacity: .80;
  color: #000;
  text-align: center;
  width: 100%;
  z-index: 9999;
  padding: .2em;
}
#tr-embed-header input#tr-embed-save {
  margin-left: 10px;
  margin-right: 5px;
}
#tr-embed-header input#tr-embed-save + label {
  margin-right: 5px;
}
a.tr-embed-moreinfo-link {
  margin-left: 1em;
  outline: none !important;
}
div.tr-embed-moreinfo {
  background: #DDD;
  padding: 1em;
  margin-top: 1em;
}
/* twitter feed */
.portletTwitterPortlet dd {
  margin-bottom: 1em;
  font-size: 0.95em;
  line-height: 1.3em;
}
.portletTwitterPortlet .portletItemDetails {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.3em;
  display: block;
}
#dialogue-footer-logo {
  background-image: url(../img/dialogue_icon_64px.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: 16px 16px;
  background-position: 0 3px;
}
.dialogue-form-container {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.form-error,
.form-success {
  color: white;
  padding: 15px 30px;
  margin-bottom: 1.5em;
}
.form-error {
  background: #800a08;
}
.form-success {
  background: #50a220;
}
#global-nav {
  margin-bottom: 0;
  background: white;
}
@media screen and (min-width: 768px) {
  #global-nav {
    min-height: 93px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  #global-nav {
    min-height: 70px;
    padding-top: 10px;
    padding-left: 15px;
  }
}
#global-nav .navbar-nav > li > a {
  color: #6a6a6a;
}
#global-nav-main-heading {
  margin: 0;
}
#global-nav-main-heading a {
  border: none;
  display: inline-block;
}
/* Custom logos */
#global-nav-main-heading,
#global-nav-main-heading.customised {
  text-indent: 0;
  height: auto;
  width: auto;
  overflow: hidden;
  background-image: none;
  float: left;
}
@media screen and (min-width: 768px) {
  #global-nav-main-heading,
  #global-nav-main-heading.customised {
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  #global-nav-main-heading,
  #global-nav-main-heading.customised {
    margin-top: -5px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
#global-nav-main-heading img,
#global-nav-main-heading.customised img {
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 320px;
}
/* end custom logos */
.dialogue-idea-card {
  background: white;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  height: 176px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  border-left: solid 2px #398e39;
}
.dialogue-idea-card .dialogue-idea-card-title {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dialogue-idea-card .dialogue-idea-card-title a {
  color: #264f90;
  text-decoration: none;
  max-height: 54px;
  overflow: hidden;
  display: inline-block;
}
.dialogue-idea-card .dialogue-idea-card-title a:hover {
  text-decoration: underline;
}
.dialogue-idea-card .dialogue-idea-card-metadata {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.dialogue-idea-card .dialogue-idea-card-rating {
  display: inline-block;
  position: absolute;
  bottom: 46px;
  padding-left: 21px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .dialogue-idea-card-comment-count {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 46px;
  padding-right: 21px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .idea-moderation-notice {
  display: inline-block;
  position: absolute;
  bottom: 46px;
  padding-left: 21px;
  font-size: 13px;
  color: #6A6A6A;
  margin: 0px;
}
.dialogue-idea-card .dialogue-idea-card-dateline {
  border-top: solid 1px #EAEAE9;
  display: block;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 32px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .dialogue-idea-card-add-idea {
  position: absolute;
  top: 43px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.dialogue-idea-card .dialogue-idea-card-add-idea .dialogue-idea-card-add-idea-icon-large {
  font-size: 52px;
  margin-bottom: 13px;
}
.dialogue-idea-card .dialogue-idea-card-add-idea a {
  color: #264f90;
  font-size: 20px;
  text-decoration: none;
}
.dialogue-idea-card .dialogue-idea-card-add-idea a:hover {
  text-decoration: underline;
}
ul#ideas {
  padding-top: 5px;
  padding-bottom: 10px;
}
.dialogue-idea-topics > li {
  margin-bottom: 5px;
}
.idea-content .Rating {
  overflow: hidden;
  clear: both;
  padding-top: 0.5em;
}
.rubber-ratings {
  display: block;
  float: left;
  overflow: hidden;
  padding-bottom: 1em;
  padding-right: 1em;
  width: 220px;
}
.RatingTitle {
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
}
.stars-so-far .rating {
  margin-top: 0.7em;
}
.rating strong {
  font-weight: bold;
}
.noUserRating {
  font-style: italic;
  font-weight: bold;
}
div.star-rating {
  overflow: hidden;
  margin: 0.6em 0.5em 0 0;
  font-size: .8em;
  width: 220px;
  text-align: center;
  text-align: left;
}
div.star-rating li {
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  padding: 0;
  background-image: none;
}
#content #rating-stars-view-opsuite_rating .star-rating li {
  margin: 0;
  border: none;
}
#content #rating-stars-view-opsuite_rating form {
  overflow: hidden;
}
/* Star Ratings - from orig css file */
.UserRating input {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.Rating label {
  float: left;
  line-height: 25px;
}
.AverageRating,
.UserRating {
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2em;
}
#add-rating-working {
  float: right;
}
.star-rating,
.star-rating input:hover,
.star-rating input:active,
.star-rating input:focus,
.star-rating .current-rating {
  background: url(../img/star_t.png) left -25px repeat-x;
}
.star-rating {
  position: relative;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  background-position: left top;
}
.star-rating li {
  display: inline;
}
.star-rating input,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  padding: 0px;
}
.star-rating input:hover,
.star-rating input:active,
.star-rating input:focus {
  background-position: left -25px;
}
.star-rating div.current-rating {
  z-index: 1;
  background-position: left -75px;
}
#rating-stars-view-opsuite_rating .star-rating {
  margin: 0;
  margin-bottom: 10px;
}
.UserRating .DeleteRating {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.UserRating input.DeleteRating {
  color: #005ea5;
  cursor: pointer;
}
.UserRating input.DeleteRating:hover {
  text-decoration: underline;
}
.stars-so-far {
  overflow: hidden;
  display: inline-block;
  float: right;
  white-space: nowrap;
}
.RatingViewlet {
  width: 40%;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-left: 1em;
}
.DeleteRating {
  margin: 0;
  text-align: left;
}
#idea-count-container {
  border-bottom: solid 1px #ccc;
  padding-top: 12px;
}
#search-controls-trigger {
  padding-top: 20px;
}
.dialogue-search-controls-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  padding: 20px;
  z-index: 9999;
  background: #DDDFD8;
  overflow-y: scroll;
  box-shadow: -1px 0 1px #aaaaaa;
}
.dialogue-search-controls-container .LSBox label {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
.dialogue-search-controls-container .LSBox #searchGadget {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: solid 1px #bbb;
}
.dialogue-search-controls-container .LSBox #searchGadget + input[type='submit'] {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  padding: 0;
  height: 44px;
}
.dialogue-search-controls-btn-close {
  background: none;
  border: none;
  padding: 0;
  margin: 5px 0;
}
.dialogue-search-controls-topic-heading {
  font-size: 13px;
  margin-bottom: 5px;
}
.dialogue-search-controls-topic-list > li a {
  display: block;
  text-align: center;
  background: white;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #1a0dab;
}
#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 20px;
  display: block;
  text-align: center;
  color: #1a0dab;
}
/* Cookie Policy table */
table#da-cookie-table {
  border: 1px solid #CDCDCD;
}
#da-cookie-table th {
  background: #EEEEEE;
  font-weight: bold;
  padding-left: 1em;
}
#da-cookie-table tbody tr {
  border-top: 1px dashed #E5E5E5;
}
#da-cookie-table td {
  padding: 1em;
}
#user-profile-nav {
  padding-bottom: 10px;
}
#user-profile-nav-actions {
  margin-top: 5px;
  margin-bottom: 10px;
}
#profile-details-card {
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  -webkit-border-radius: 1em;
  background-color: #EFEFFF;
  width: 617px;
  overflow: hidden;
  margin-bottom: 2em;
}
#profile-details-card dl {
  padding: 1em 1em 0.5em 1em;
}
.profile-user-details-full dd {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.portrait-frame {
  border: 1px solid #B5B0B7;
  display: block;
  float: right;
  margin: 20px;
  padding: 10px;
  background-color: #fff;
}
/* ~Profile */
body.template-author #main-heading a,
body.template-personal-information #main-heading a {
  float: right;
  padding-top: 1em;
  text-decoration: underline;
  margin-left: 10px;
}
body.template-author #main-heading,
body.template-personal-information #main-heading,
body.template-personal-information #main-contents {
  width: 617px;
}
body.template-author .portalMessage,
body.template-personal-information .portalMessage {
  width: 600px;
}
body.template-personal-information input,
body.template-personal-information select {
  margin-right: 0.5em;
}
.widget-container {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .widget-container {
    margin-bottom: -90px;
  }
}
@media screen and (min-width: 768px) {
  .widget-container {
    margin-bottom: -100px;
  }
}
.fieldErrorBox {
  float: right;
}
.text-widget,
.password-widget {
  display: block;
}
@media screen and (min-width: 768px) {
  .text-widget,
  .password-widget {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .text-widget,
  .password-widget {
    width: 100%;
  }
}
/* ~ Submit an Idea */
#portlet-add dt {
  display: none;
}
#portlet-add-idea .links li {
  overflow: hidden;
}
input[type='text'],
input[type='password'],
#mail_password #userid {
  height: 44px;
  border: solid 1px #d0d0d0;
  border-radius: 2px;
  padding-left: 0.8em;
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.09);
}
textarea {
  border: solid 1px #d0d0d0;
  border-radius: 2px;
  padding-left: 0.8em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.09);
}
input#form-widgets-title {
  font-size: 160%;
  font-weight: normal;
  width: 99%;
}
input,
Select,
button {
  font-size: 1em;
}
label {
  margin-bottom: 0;
}
form .error input[type='text'],
form .error input[type='password'],
form .error #mail_password #userid,
form .error textarea {
  border-color: #de9c9b;
  background: #FEFAFB;
}
form .error div.formHelp + div {
  display: none;
}
form .error div.formHelp {
  color: #990000;
}
textarea {
  width: 100%;
}
.field {
  margin-bottom: 30px;
}
.formControls,
.form-actions {
  text-align: right;
}
#search .searchButton {
  border: medium none;
  padding: 0;
  color: #636363;
  font-weight: bold;
  background-color: transparent;
  margin-left: 0.3em;
}
#search .searchButton:hover {
  cursor: pointer;
}
#search input.inputLabelActive {
  color: #76797C;
}
.template-register #form-username,
.template-register #form-email {
  width: 204px;
}
.template-register #form-password,
.template-register #form-password_ctl {
  width: 84px;
}
.fieldRequired {
  color: #990000;
  font-size: 0.8em;
}
.fieldErrorBox {
  color: #990000;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fieldErrorBox {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .fieldErrorBox {
    width: 100%;
    margin-bottom: 3px;
  }
}
.errormessage {
  color: #990000;
}
.fieldOptional {
  font-size: 0.8em;
}
#moderation-viewlet form label {
  margin: 0 0.5em;
}
.formHelp {
  color: #6a6a6a;
  display: block;
  font-size: 13px;
  line-height: 17px;
  padding-top: 8px;
  margin-bottom: 5px;
}
#moderate-id {
  max-width: 550px;
}
/**/
/* Fix styles for form */
#formfield-form-pingback_url,
#page #content #formfield-form-pingback_url,
#formfield-form-homepage,
#what-bees-make,
#page #content #what-bees-make.field {
  display: none;
}
#login_form {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
#login_form .field {
  padding: 0;
  margin: 15px 0;
}
#login_form .field label {
  display: block;
  margin-bottom: 5px;
}
#login_form input {
  width: 100%;
}
#login_form .formControls {
  padding: 0;
  margin-top: 30px;
}
#login_form .formControls .dss-btn {
  margin: 0;
}
.kssattr-formname-register label {
  display: block;
}
.kssattr-formname-register .formControls .formHelp {
  text-align: left;
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .kssattr-formname-register .formControls .formHelp {
    max-width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .kssattr-formname-register .formControls .formHelp {
    max-width: 100%;
  }
}
.field span.option {
  position: relative;
}
.field span.option label {
  display: inline-block;
  margin-left: 11px;
}
.field span.option label .label,
.field span.option label span {
  display: inline-block;
  line-height: 17px;
  font-size: 13px;
  font-weight: normal;
  color: #6A6A6A;
  white-space: normal;
  text-align: left;
}
.field span.option input.single-checkbox-widget {
  position: absolute;
  margin-top: 4px;
}
.field label,
label {
  font-weight: normal;
}
.kssattr-formname-change-password .error .formHelp {
  color: #990000;
}
.kssattr-formname-change-password .fieldErrorBox {
  display: none;
}
.kssattr-formname-personal-information label {
  display: block;
  margin-bottom: 5px;
}
.kssattr-formname-personal-information #formfield-form-can_contact label {
  margin-left: 19px;
}
form#mail_password label {
  display: block;
  margin-bottom: 5px;
}
form#mail_password .field input {
  display: block;
}
@media screen and (min-width: 768px) {
  form#mail_password .field input {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  form#mail_password .field input {
    width: 100%;
  }
}
.kssattr-formname-opsuite\.discussion\.idea div.fieldErrorBox {
  float: none;
  display: block;
  margin-bottom: 5px;
}
.kssattr-formname-opsuite\.discussion\.idea .error #cke_form\.widgets\.idea,
.kssattr-formname-opsuite\.discussion\.idea .error #cke_form\.widgets\.why {
  border: solid 1px #de9c9b;
}
.dss-nav-tabs .challenge-list-nav a {
  color: #000000;
  text-decoration: none;
  background-color: inherit;
}
.dss-nav-tabs .challenge-list-nav a:hover {
  background-color: inherit;
}
.dss-nav-tabs .challenge-list-nav.active a {
  color: #ffffff;
  cursor: default;
}
.facebookButtonLike {
  border: none;
}
#global-wrapper {
  margin-bottom: -36px;
  padding-bottom: 37px;
  background: #EEEFEB;
}
#dialogue-hub-overview {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.dialogue-navbar {
  margin-bottom: 0;
}
.dialogue-navbar.dialogue-navbar-secondary {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0;
  border: none;
}
.dialogue-navbar-heading {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .dialogue-navbar-heading {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .dialogue-navbar-heading {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .dialogue-navbar-challenge-closed {
    margin-top: -5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .dialogue-navbar-challenge-closed {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.dialogue-hero-unit {
  background-color: #0066a6;
}
@media screen and (min-width: 768px) {
  .dialogue-hero-unit {
    background-image: none;
    background-position: top center;
    background-size: auto;
    background-repeat: repeat;
  }
}
.dialogue-hero-unit.dialogue-hero-unit-fixed {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.dialogue-hero-unit.dialogue-hero-unit-fixed + div.dialogue-hero-unit-following {
  position: relative;
  padding-top: 30px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding {
  padding: 0;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-top-20 {
  padding-top: 20px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-top-30 {
  padding-top: 30px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-bottom-10 {
  padding-bottom: 10px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-bottom-40 {
  padding-bottom: 40px;
}
a {
  text-decoration: underline;
}
#global-footer a {
  text-decoration: none;
}
#global-footer a:hover {
  text-decoration: underline;
}
.navbar-nav > li > a {
  text-decoration: none;
}
#discussion-name {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
#discussion-name:hover {
  text-decoration: underline;
}
.idea-summary + h3 {
  font-weight: bold;
}
#sort-links {
  padding-top: 15px;
}
.workflow-warning {
  border-left: 2px solid #a62616;
  background-color: #fce3e3;
  padding: 5px 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #a62616;
}
.workflow-warning h4 {
  color: #a62616;
}
.dialogue-callout {
  display: block;
  border-left: 2px solid #a62616;
  background-color: #fce3e3;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a62616;
}
#sharing-widget {
  width: 200px;
  height: 60px;
}
#challenge-placeholder-button.disabled {
  background: inherit;
  border-right: none;
  border-top: none;
  border-left-color: white;
  border-bottom: none;
  box-shadow: none;
  text-shadow: none;
}
#recaptcha_area,
#recaptcha_table {
  table-layout: auto !important;
}
.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
}
#recaptcha_table td {
  line-height: normal;
}
#recaptcha_area input[type="text"] {
  display: inline-block !important;
  height: auto !important;
}
div.cke_chrome {
  border: none;
  padding: 0;
  background: transparent;
}
span.cke_top {
  background: transparent;
}
