/**
 * Widget styles
 */

/* comments section */
.lagn_members_comments_widget .comment-body {
    padding: 20px 0 0 20px;
}

.lagn_members_comments_widget .comments-title .count {
    background: #f3f3f3;
    color:#444;
}

.lagn_members_comments_widget .comment-reply-title {
    font-size: 20px;
}

/* sign in modal popup */
#lagn_signin_popup .jpw_popup h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: .5em;
    margin-top: 0px;
}
#lagn_signin_popup .jpw_popup .btn.no {
    background:#e4e4e4;
    color:black;
    float:left
}
#lagn_signin_popup .jpw_popup .btn.yes {
    float:right
}
#lagn_signin_popup .jpw_popup .clearfix {
    clear: both;
}
