#character-remaining-count { display: block; }

#new-quickshout { overflow: hidden; }
#new-quickshout label { font-family: Lucida Grande, Tahoma, freeSans, sans-serif; font-size: 0.917em; font-weight: bold; }
#new-quickshout textarea { border: 1px inset #ccc; margin: 5px auto; padding: 5px; width: auto; }
#new-quickshout input.button { float: right; }
#new-quickshout .error-message { color: #be2c2c; }

ol.quickshouts { list-style: none; padding: 5px !important; margin-bottom: 0; }
ol.quickshouts .button-to { float: right; }
ol.quickshouts li.quickshout { border-bottom: 1px solid; border-bottom-color: #dcdcdc; font-family: Lucida Grande, Tahoma, freeSans, sans-serif; font-size: 1.1em; padding: 5px; }
ol.quickshouts li.quickshout cite img { background-color: #fff; border: 1px solid #fff; padding: 1px; -webkit-box-shadow: 0 1px 3px #bbbbbb; -moz-box-shadow: 0 1px 3px #bbbbbb; box-shadow: 0 1px 3px #bbbbbb; float: left; height: 25px; margin-right: 5px; width: 25px; }
ol.quickshouts li.quickshout cite .username { font-weight: bold; }
ol.quickshouts li.quickshout blockquote { margin-left: 34px; }
ol.quickshouts li.quickshout blockquote p { word-wrap: break-word; }
ol.quickshouts li.last { border-bottom: none; }
