﻿.text-justify {
    text-align: justify
}

.img-shadow {
    box-shadow: 0 3px 10px 5px rgba(0,0,0,.03);
}

.card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #fdd34063;
}

    .card:hover {
        box-shadow: 0 3px 10px 5px rgba(0,0,0,.03);
        border: 1px solid #22620863;
    }

.list-icon__itemNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

ol li {
    width: 100%
}

.donation-details__title {
    margin-top: 25px;
}

.heading.heading--center {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px;
}

@media only screen and (min-width: 768px) {
    ol li {
        width: 50%
    }
}

@media only screen and (min-width: 1200px) {
    section.section {
        padding: 80px 0;
    }

    .heading.heading--center {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 0 60px;
    }
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: -40px;
    margin-top: 10px;
}

    ol li {
        counter-increment: my-awesome-counter;
        font-weight: 700;
        position: relative;
        font-family: "Nunito Sans",sans-serif;
        font-size: 16px;
        margin-bottom: 15px;
    }

        ol li::before {
            content: counter(my-awesome-counter) ". ";
            color: #095c17;
            font-weight: bold;
            padding-right: 8px;
        }


#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0b480e;
        color: white;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
