.navbar {background-color: #990000;}
.navbar a {color: white;}
.label-tag {background-color: #FFF0E6;}
.label-tag {color: #999}
.label-section {background-color: #E6F0F5}
.label-section {color: #999}

.footer {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

.navbar .navbar-toggle {
    border-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #888;
}

.pwi { margin: 5px; }

.newscomments-header, .newscomment-createform {background: #F7FBFC; -webkit-border-radius: 1px;-webkit-box-shadow: 0 1px 3px 0 #B5B5B5; padding: 5px; margin: 0 0 5px 0;}
.newscomments-header span {font-size: 80%}

.newscomment {
    line-height: 1.5; 
    position: relative; padding: 10px 0 10px 0; margin: 0;
/*    background: #F7FBFC; */
    border-bottom: 1px solid #B5B5B5;
 }

.newscomments-list .normal {
    margin: 25px 0 25px 0;
}

.newscomment-avatar {
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin: 0 10px 5px 0px;
    background: white;
    padding: 2px;
    float: left;
}

.newscomment-reply .reply {
    display: inline-block;
    color: #666;
    margin-right: 3px;
    background-color: #e3e3e3;
    padding: 1px 10px;
    margin-left: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.newscomment-reply-vote {
    float: right;
} 

.newscomment-meta {
    overflow: hidden;
    position: relative;
}
.newscomment-meta span.newscomment-meta-author {
    color: #3b3b3b;
    position: relative;
    margin-bottom: 2px;
    padding-top: 4px;
    font-weight: bold;
    font-size: 100%;
}
.newscomment-meta-date {clear: both; color: #a3a3a3; font-size: 10px}

.newscomment-content {
    position: relative;
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
/*     padding-left: 50px; */
    line-height: 1.5;
    font-size: 90%;
}

.yashare-auto-init {display: inline}
.newshare {font-size: 120%;}


@media (max-width: 767px) {.dropdown-menu>li>a { color: #fff} }