.upi {
    height: 1.8rem;
    margin: 5px;
}

#paypal_donate_form_QR {
    background-color: #fff;
    padding: 10px;
}

.p-project {
    height: 400px;
    background-color: #fefefe;
    display: block;
    overflow: hidden;
}

.p-thumb {
    height: 250px;
    display: block;
    padding-top: 10px;
}

    .p-thumb img {
        width: 100%;
        height: 100%;
    }

.p-detail {
    height: 150px;
    background-color: #f4f4f4;
    padding: 15px;
    overflow: hidden;
}

.p-title {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.p-description {
    font-size: 15px;
    line-height:1.42;
    overflow:hidden;
    text-overflow:ellipsis;
}
