.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing:border-box;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 6px 8px;
    vertical-align:top;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.styled-table tr.archived td  {
    background-color:#ccc !important;
}

a.mini-charity-link:link, a.mini-charity-link:visited  {
    display:inline-block;
    padding:6px 8px;
    margin-right:8px;
    background-color:#f5f5f5;
    border-radius:3px;
    text-decoration:none;
    color:#555;
    margin-bottom:8px;
    border:1px solid #e1e1e1;
}