.node-type-page .region-content .button--grey {
    background-color: #f2f1ef;
}
.node-type-page .region-content .button--grey:hover,
.node-type-page .region-content .button--grey:focus {
    text-decoration: none;
    background-color: #dedad5;
}
.node-type-page .region-content .button--grey {
    padding: 0;
}
.node-type-page .region-content .button {
    width: auto;
    border-radius: 0;
}
.node-type-page .region-content .button a {
    width: auto;
    border-radius: 0;
    padding: 7px 45px 7px 12px;
}
.node-type-page .region-content .button--grey:hover a,
.node-type-page .region-content .button--grey:focus a {
    text-decoration: none;
}