.audioControls {
    position: fixed;
    top:0; left:0; right:0;
    background-color: #333;
    z-index: 100;
}
.audioControlsTitle {
    font-family: calibri, helvetica, arial, sans-serif;
    font-size: 24.5px;
    float:left; color:#fff; padding:12px 10px 0px 10px
}
.audioControls i {
    font-size: 32px !important;
    cursor: pointer;
    padding: 10px;
}
.fbCondensed {
    display: block;
}
.fbExpanded {
   display: none;
}
.newsImage {
    float:left; padding-right:15px; margin-bottom:6px; max-width:25%;
}
.newsImageSm {
    max-width: 64px;
}
.linked .newsText {
    overflow:hidden;
    font-size:10pt;
    font-family: calibri, helvetica, arial, sans-serif;
    line-height: 16pt;
}
.newsfeedTitle {
    margin-bottom:5px;
    overflow: hidden;
}
.newsfeedTitle a {
    font-size:11pt;
    text-decoration: none; line-height:16pt;
    font-family: calibri, helvetica, arial, sans-serif;
}
.newsfeedTitle a:hover {
    text-decoration: underline;
}
.newsfeed{ text-align:left; float:left; margin-right:4px; width:100%; }
.newsfeed ul{list-style:none;padding:0;margin:0;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.newsfeed ul li {
    list-style: none;
    padding: 8px 10px 2px 0px;
    margin: 0px;
    background-color: #fff;
    border-bottom: 1px solid #E9E9E9;
    overflow: auto;
}
.newsfeed ul li:last-child{ border-bottom: 0px solid #fff; }
.newsfeed ul li:first-child{ border-top: 1px solid #E9E9E9; }
.newsfeed ul li:last-child{ margin-bottom:1px; }
.fbRowHoverXX:hover{ background:#f3f3f3; margin-left: -10px; padding-left:10px;}

.postDate{color: #aaa; margin-bottom: 8px; font-size: 11px; line-height: 12pt;}
.commentDate{color: #aaa; margin-bottom: 6px; font-size: 10px;margin-top:2px;}

.newsfeedDesc {
    margin-top: 5px;
    margin-bottom: 4px; 

    color: #666;
    font-size: 13px;
    line-height: 15pt;
    /*
    border-top: 1px dashed #ccc;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 8pt; line-heingt:10pt;
    color: #999;
    */
}
.fbClose {
    cursor: pointer;
}
.fbOpen {
    cursor: pointer;
}
.fbComments {
    margin-bottom:10px;
}
.comment {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7; 
    border-bottomX: 1px solid #E5EAF1;
    margin: 2px 0 4px 0; 
    padding: 10px 12px 8px 12px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    line-height:1.55;
}
.comment:hover {
    cursor: pointer;
}
.commentImage{float:left; margin-right:8px; height:50px; width:50px; max-width:50px; }
.addComment{ 
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px;
    text-decoration: none;
}
.addComment:hover{ text-decoration:underline}
.commentIcon{
    padding-left:18px;
    background-image: url(/jquery/content/facebook/img/c-icon.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;

}
.commentDate {color:#aaa; line-height:2;}

.commentIcon {
    
}
@media (max-width: 400px) { /* Narrowist width in Chrome */
    .newsText {
        overflow: visible;
    }
}

.textInput {
    min-height: 38px;
    font-size: 14pt;
    border-radius: 6px;
    border: 1px solid #d9d9de;
    margin-bottom: 8px;
    padding: 9px 9px 9px 14px;
}
/* Speech Recognition */
.si-wrapper {
    position: relative;
}
.si-btn {
    display: block !important;
}
.si-wrapper input {
    margin: 0;
}
.si-wrapper button {
    position: absolute;
    top: 0 !important;
    right: 0;
    height: 18px;
    width: 18px;
    margin: 0;
    border: 0;
    padding: 10px;
    padding-right: 26px;
    background: none;
    font: 0/0 a;
}
.si-mic,
.si-mic:after,
.si-holder,
.si-holder:before,
.si-holder:after {
    position: absolute;
    background: #333;
}