#square-comment-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    min-height: 28px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    background: #e10022;
    text-align: center;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#square-comment-link a .text {
    font-weight: bold;
}
