.widget.text-button.title-text-button.efuneral-cta.on-primary .text-cta a:not(:first-child) {
    margin-left: 10px;
}

a.download-doc,
a.download-other {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.widget p:nth-child(odd) a.download-doc,
.widget p:nth-child(odd) a.download-other {
    background: #f4f4f4;
    border-bottom: 1px solid #e4e4e4;
}

a.download-doc:hover,
a.download-other:hover {
    background: #757575!important;
    text-decoration: none;
    color: #fff;
}