.load-comments {
    background: #eee;
    -webkit-appearance: none;
    border: 1px solid rgba(0,0,0,.07);
    width: 100%;
    padding: 10px 16px;
    margin: 25px 0;
    font-weight: bold;
    color: #1C75BC;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.hidden {
    display: none;
}