.contributions-modules-donation-activity {
    height: 415px;
}
.contributions-modules-donation-activity .title {
    background: gray;
}
.contributions-modules-donation-activity .title-text {
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.contributions-modules-donation-activity .donation-activity-grid {
    background: transparent;
}

/*person details window*/
.wycliffe-modules-donation-activity-window {
    background: #46301d !important;
    border: solid 1px #46301d;

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.wycliffe-modules-donation-activity-window .x-window-header,
.wycliffe-modules-donation-activity-window .x-window-header .x-window-header-text {
    background: #46301d !important;
    border: solid 1px #46301d;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 18px !important;
    font-family: 'myriad-pro-condensed' !important;
    font-weight: bold !important;
}