.pubnub-commander-widget p {
  font-size: 15px;
}

.pubnub-commander-widget {
  margin: 20px 0px;
  padding-top: 20px;
  -webkit-box-shadow: 0 2px white;
  -moz-box-shadow: 0 2px white;
  box-shadow: 0 2px white;
  color: #222222;
/*  border-top: 1px solid #ccc;*/
}
.about-this-blog .pubnub-commander-widget {
  padding: 0px;
}
.pubnub-commander-widget h3 {
  margin-bottom: 10px;
}
.pubnub-commander-widget-type-poll ul {
  list-style-type: none;
  margin-left: 0px;
}
.pubnub-commander-widget-type-poll ul li {
  margin-bottom: 10px;
}
.pubnub-commander-widget-type-poll .votes {
  background-color: #16a085;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-indent: 10px;
  border-radius: 6px;
  min-width: 30px;
}
.pubnub-commander-widget-type-chat .output {
  background-color: #efefef;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow-y: scroll;
  height: 500px;
  margin-bottom: 10px;
}
.pubnub-commander-widget-type-chat .output .user {
  font-weight: bold;
  padding-right: 2px;
}

.pubnub-commander-widget-type-chat .output .meredith {
  color: #C50B30;
}
.pubnub-commander-widget-type-chat .public-chat-text {
  font-family: "effra", Arial, Helvetica, Verdana, sans-serif;
  width: 77% !important;
  margin-right: 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
}
.pubnub-commander-widget-type-chat .btn-primary {
  float: right;
  width: 20%;
}
.pubnub-commander-widget-type-soundcloud ul {
  margin-left: 0px;
}
.pubnub-commander-widget-type-chat .output p .guest, .pubnub-commander-widget-type-chat .output p .admin {
  font-weight: bold;
}
.pubnub-commander-widget.admin time {
  opacity: .7;
}

/*  END BARE, BEGIN CNN */
#article-section .slideshow-block {
  height: auto;
}
#pubnub-commander-client-title {
  width: 100%;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0px;
  padding: 12px 8px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 2px white;
  -moz-box-shadow: 0 2px white;
  box-shadow: 0 2px white;
}
#pubnub-commander-client {
  color: #000;
  xline-height: 24px;
  font-size: 16px;
  position: relative;
  width: 100%;
}
#pubnub-commander-client p {
  margin-bottom: 4px;
}
#pubnub-commander-client p.caption {
  color: #fff;
}
#pubnub-commander-client time {
  color: #959595;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pubnub-commander-widget img {
  max-width: 100%;
}
.pubnub-commander-widget .title {
  width: 100%;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
#pubnub-commander-client ul, #pubnub-commander-client ol {
  padding-left: 18px;
  list-style-type: square;
}
.pubnub-commander-widget-type-poll .votes {
  background-color: #9b1518;
  border-radius: 0px;
}
.pubnub-commander-widget-type-poll .vote {
  text-decoration: underline;
}
.pubnub-commander-widget-type-chat .output {
  border-radius: 0px;
  background-color: white;
  word-wrap: break-word;
}
#pubnub-commander-client .pubnub-commander-widget-type-poll ul {
  list-style-type: none;
  padding-left: 0px;
}
.pubnub-commander-widget-type-poll ul li {
  background-color: #efefef;
  padding: 10px;
  margin: 10px 0px;
}