#chatroom table {
  width: 100%;
}

#chatroom-container-archive tbody {
  border-top: hidden;
}

#chatroom-container-archive td {
  padding: 0;
}

#chatroom-user-options {
  font-size: 80%;
}

.chatroom-board, .chatroom-chat-form div.item-list, .chatroom-container-archive {
  border: solid 1px #e0e0e0;
}

.chatroom-board, .chatroom-container-archive {
  padding: 1px 1px 1px 1px;
  margin: 5px 0;
}

.chatroom-board p, .chatroom-container-archive p {
  padding-top: 0;
}

.chatroom-board img, .chatroom-container-archive img {
  vertical-align: top;
}

.chatroom-msg-alert {
  margin-left: 10px;
}

.clear-both {
  clear: both;
}

.chatroom-textentry-smileys, .chatroom-old-msg .header, .chatroom-msg .header {
  padding-top: 10px;
}

.chatroom-user-away {
  opacity: 0.4;
  background: url(/web/20140518111917im_/http://crowdcourse.com/sites/all/modules/contrib/chatroom/away.png) no-repeat left !important;
  padding-left: 15px;
}

.chatroom-textentry-smileys-hidden {
  display: none;
}

.chatroom-textentry-smileys img {
  vertical-align: top;
  margin-right: 5px;
}

.chatroom-textentry-options {
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: -3px;
}

.chatroom-textentry-options input, .chatroom-textentry-options table, .chatroom-board p, .chatroom-container-archive p {
  margin: 0;
}

.chatroom-textentry-options table {
  border-collapse: separate;
}

.chatroom-old-msg, .chatroom-old-me-msg, .chatroom-archive-date {
  color: #a0a0a0;
}

.chatroom-archive-date {
  white-space: nowrap;
  margin-right: 5px;
}

.chatroom-system-msg {
  color: #660000;
}

.chatroom-time-msg {
  color: #999999;
}

.chatroom-me-msg {
  color: #7777FF;
}

#chatroom-container-archive, .chatroom-time-msg, .chatroom-me-msg, .chatroom-old-msg, .chatroom-old-me-msg, .chatroom-system-msg, .chatroom-msg {
  background-color: #f5f5f5;
}

.chatroom-username {
  background-color: #DDD;
}

.chatroom-old-msg .header, .chatroom-msg .header {
  font-weight: bold;
  ;
  margin-right: 5px;
  vertical-align: top;
}

.chatroomLink {
  font-size: 0.9em;
}

.chatroom-private, .chatroom-me-msg, .chatroom-old-me-msg, .chatroom-time-msg, .chatroom-system-msg, .chatroomLink {
  font-style: italic;
}

.chatroom-private {
  font-weight: normal;
}

#chatroom-chat-form #edit-message {
  padding: 0.25em;
  font-size: 1.25em;
}

#chatroom-chat-form div.item-list {
  float: right
}

#chatroom-chat-form div.item-list ul {
  margin: 0.25em;
}

#chatroom-chat-form div.item-list li {
  list-style-type: none;
}

div.ahah-response, #chatroom-chat-form #edit-control-fieldset {
  display: none;
}

.chatroom-board, .chatroom-chat-form div.item-list {
  overflow: auto;
  height: 300px;
}

.chatroom-msg {
  padding: 0.2em 0;
}

.chatroom-msg>p {
  display: inline;
}

ul#chatroom-user-list li.chatroom-user {
  position: relative;
}

ul#chatroom-user-list li.chatroom-user .picture {
  float: none;
  position: relative;
  left: 200px;
  bottom: 10px;
}

.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #FFFFDD none repeat scroll 0 0;
  border: 1px solid #F0C020;
  padding: 1em;
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/web/20140518111917im_/http://crowdcourse.com/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/web/20140518111917im_/http://crowdcourse.com/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
}

#views-slideshow-form-wrapper .form-item.dependent-options {
  padding-left: 5px;
}

#views-slideshow-form-wrapper .vs-dependent {
  padding-left: 30px;
}

fieldset.allowed-child div.form-item, fieldset.auto-main div.form-item {
  float: left;
  width: 300px;
}

fieldset.bms-fieldset-child {
  float: left;
  width: 49%;
}

fieldset.bms-fieldset-parent {
  float: right;
  width: 49%;
}

fieldset.bms-other-settings {
  float: none;
  clear: both;
}

div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithlegend legend {
  display: block;
}

div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithoutlegend legend {
  display: none;
}

div.ctools-modal-content {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 2px;
  border: 1px solid #000;
  width: 600px;
  text-align: left;
}

div.ctools-modal-content .modal-title {
  font-size: 120%;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
}

div.ctools-modal-content .modal-header {
  background-color: #2385c2;
  padding: 0 .25em 0 1em;
}

div.ctools-modal-content .modal-header a {
  color: white;
}

div.ctools-modal-content .modal-content {
  padding: 1em 1em 0 1em;
  overflow: auto;
  position: relative;
}

div.ctools-modal-content .modal-form {}

div.ctools-modal-content a.close {
  color: white;
  float: right;
}

div.ctools-modal-content a.close:hover {
  text-decoration: none;
}

div.ctools-modal-content a.close img {
  position: relative;
  top: 1px;
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper {
  text-align: center;
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
  margin-top: 160px;
}

div.ctools-modal-content .form-item label {
  width: 15em;
  float: left;
}

div.ctools-modal-content .form-item label.option {
  width: auto;
  float: none;
}

div.ctools-modal-content .form-item .description {
  clear: left;
}

div.ctools-modal-content .form-item .description .tips {
  margin-left: 2em;
}

div.ctools-modal-content .no-float .form-item * {
  float: none;
}

div.ctools-modal-content .modal-form .no-float label {
  width: auto;
}

div.ctools-modal-content fieldset, div.ctools-modal-content .form-radios, div.ctools-modal-content .form-checkboxes {
  clear: left;
}

div.ctools-modal-content .vertical-tabs-panes>fieldset {
  clear: none;
}

div.ctools-modal-content .resizable-textarea {
  width: auto;
  margin-left: 15em;
  margin-right: 5em;
}

div.ctools-modal-content .container-inline .form-item {
  margin-right: 2em;
}

#views-exposed-pane-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

div.ctools-modal-content label.hidden-options {
  background: transparent url(/web/20140518111917im_/http://crowdcourse.com/sites/all/modules/contrib/ctools/images/arrow-active.png) no-repeat right;
  height: 12px;
  padding-right: 12px;
}

div.ctools-modal-content label.expanded-options {
  background: transparent url(/web/20140518111917im_/http://crowdcourse.com/sites/all/modules/contrib/ctools/images/expanded-options.png) no-repeat right;
  height: 12px;
  padding-right: 16px;
}

div.ctools-modal-content .option-text-aligner label.expanded-options, div.ctools-modal-content .option-text-aligner label.hidden-options {
  background: none;
}

div.ctools-modal-content .dependent-options {
  padding-left: 30px;
}

#podium-feedback a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: fixed;
  text-decoration: none !important;
  z-index: 9999;
  top: 65%;
  height: 100px;
  width: 35px;
}

#podium-feedback img {
  border: none;
}

.podium-feedback-left {
  left: -2px;
}

.podium-feedback-right {
  right: -2px;
}

#modalContent form .form-item-message textarea.form-textarea {
  height: 10em;
}

#modalContent form .form-item-message .form-textarea-wrapper {
  margin-left: 0;
}

/*
     FILE ARCHIVED ON 11:19:17 May 18, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:03:13 Jul 24, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 102.561 (3)
  esindex: 0.009
  captures_list: 118.598
  CDXLines.iter: 11.616 (3)
  PetaboxLoader3.datanode: 128.86 (4)
  exclusion.robots: 0.17
  exclusion.robots.policy: 0.159
  RedisCDXSource: 0.715
  PetaboxLoader3.resolve: 100.502
  load_resource: 149.286
*/