.contributions-modules-latest-received-contributions {}
.contributions-modules-latest-received-contributions .title {
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    position: relative;
}
.contributions-modules-latest-received-contributions .title-text {
    float: left;
}
.contributions-modules-latest-received-contributions a {
    content: '';
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 14px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.contributions-modules-latest-received-contributions .contributions-list {}
.contributions-modules-latest-received-contributions .contributions-list .contribution {
    margin-bottom: 10px;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .contribution-holder {
    float: left;
    width: 80%;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .message-holder {
    float: right;
    width: 20%;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .message-holder .message {
    float: right;
    cursor: pointer;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .person-name {
    border-bottom: solid 1px gray;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .contribution-data {
    font-size: 16px;
    line-height: 16px;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .contribution-data .contribution-date {
    display: inline-block;
    border-right: solid 1px black;
    padding-right: 5px;
    margin-right: 5px;
}
.contributions-modules-latest-received-contributions .contributions-list .contribution .contribution-data .contribution-amount {
    display: inline-block;
}