/**
    Not using button style
 */
p.comment-reply-notification.post {
    display: inline;
}

p.comment-reply-notification.post label {
    display: inline;
    color: #2361a1;
    cursor: pointer;
}

p.comment-reply-notification.post:hover label {
    color: #28a745;
}

p.comment-reply-notification.post.subscribed label {
    color: #28a745;
}

p.comment-reply-notification.post.subscribed:hover label {
    color: #ff0f24;
}

p.comment-reply-notification.post input[type=checkbox] {
    display: none;
}
p.comment-reply-notification.post label span {
    text-align: center;
}

/**
    Button Styled
 */
p.comment-reply-notification.post {
    /*display: inline-block;*/
    /*margin: .3rem;*/
    /*padding: 0.5rem 0.75rem;*/
    /*background-color: #2361a1;*/
    /*border-color: #2361a1;*/
    /*overflow: auto;*/
}

p.comment-reply-notification.post.subscribed {
    /*background-color: #28a745;*/
    /*border-color: #28a745;*/
}

p.comment-reply-notification.post:hover {
    /*background-color: #1c4e82;*/
    /*border-color: #1a4877;*/
}

p.comment-reply-notification.post.subscribed:hover {
    /*background-color: #ff0f24;*/
    /*border-color: #ff0219;*/
}

p.comment-reply-notification.post input[type=checkbox] {
    /*display: none;*/
}

p.comment-reply-notification.post label {
    /*color: #fff;*/
    /*margin: 0;*/
    /*padding: .05rem .25rem;*/
    /*display: inline;*/
    /*cursor: pointer;*/
}

p.comment-reply-notification.post label span {
    /*text-align: center;*/
    /*display: block;*/
}