.donate-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner-image {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 9px;
    padding: 6px;
}

.summary-item {
    margin-bottom: 12px;
}

.summary-label {
    width: 90px;
    padding-right: 0px;
    font-weight: bold;
}

#donation_type_tab p {
    margin: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
}

#donation_type_tab tbody,
#donation_type_tab td,
#donation_type_tab tfoot,
#donation_type_tab th,
#donation_type_tab thead,
#donation_type_tab tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}

.bullet-online {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #4CAF50;
    border-radius: 50%;
    margin-right: 8px;
}