<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.cardRounded {
    border-radius: 15px; 
}

#totalCosts_chart, #BAGA_chart, #giftAid_chart {
    margin-top: -5rem;
    width: 500px; 
    height: 500px;
    overflow: hidden;
    text-align: center;
}
/* 1000 or smaller */
@media only screen and (max-width: 1000px) {
    #totalCosts_chart, #BAGA_chart, #giftAid_chart {
        width: 100%; 
        min-height: 350px;
      }
     
  }

/* do not group these rules */
*::-webkit-input-placeholder {
    color: rgb(255, 180, 180)!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: rgb(255, 180, 180)!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgb(255, 180, 180)!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(255, 180, 180)!important;
}

* {
    font-family: Arial, Helvetica, sans-serif; 
}
.myBadge {
    color: white !important; 
    cursor: pointer; 
}
.badge-secondary {
    background-color: #999; 
}</pre></body></html>