#bandt_thread  h4{
  color:#000;
  text-align:center;
}
#bandt-comments {
  float: left;
    padding: 0;
    width: 100%;
}
#bandt-comments .comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-radius: 5px;
    border:1px solid #7f919e;
    float: left;
    list-style: inside none none;
    width: 100%;
	  padding: 10px;
}
#bandt-content .comment-body{
    float: left;
    width: 100%;
}
.comment-meta {
    float: left;
    width: 20%;
	margin-top:10px;
}
.bandt-comment-body{
  float: left;
    width: 80%;
margin-top:10px;
}
img.avatar{
 border-radius: 50%;
    width: 50%;
	margin-top:5px;
}
.comment-author-name{
 float: left;
    font-style: normal;
    font-weight: 900;
	   padding: 0 10px;
    width: 50%;
}
.comment-time{
  color: #656565;
  float: right;
  font-family: open sans;
  font-size: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}
.bandt-comment-message p{
   color: #656565;
    float: left;
    font-family: georgia;
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
	line-height:24px;
}
.comment-form-comment label {
    text-transform: uppercase;
    font-weight: 600;
}
.comment-form textarea#comment {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 150px;
    width: 100%;
}
.comment-form input#submit {
    background-color: #f80000;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 12px;
}
article .wp-social-login-provider.wp-social-login-provider-linkedin.linked {
   display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
}
/*
article .wp-social-login-provider.wp-social-login-provider-linkedin.linked {
    background-color: #ffffff;
    border: 1px solid #f80000;
    color: #7f919f;
    left: 0;
	margin-left: 40%;
}

@media (max-width:500px){
article  .wp-social-login-provider.wp-social-login-provider-linkedin.linked
{
	margin-left:25%;
}
}
@media (max-width:360px){
article .wp-social-login-provider.wp-social-login-provider-linkedin.linked
{
	margin-left:17%;
}
}*/