#sparks li h5 {
    margin: 0px;
}
#blog-post-content {
    padding: 20px;
}
#blog-post-content p {
    font-size: 1.8rem;
}
#logo img {
    width: 150px;
    height: auto;
    padding-left: 5px;
}
html.noBackground {
    background: none !important;
}
#supporter-list-table th,
#supporter-list-table td {
    font-size: 12px;
    min-width: 75px;
    padding: 8px;
    text-align: center;
}
#supporter-list-table {
    padding-left: 310px;
    border-collapse: separate;
    border-spacing: 0; 
}
#supporter-list-table th:nth-child(1),
#supporter-list-table td:nth-child(1) {
    width: 330px;
    background: rgb(249,249,249);
    color: #242424;
    border: 1px solid rgb(221,221,221);
}
.btn-xsm {
    padding: 0px 5px;
    font-size: 11px;
}
.empty_cell {
    cursor: pointer;
}
.highlighted_cell {
    background-color: lawngreen !important;
    color: white !important;
    font-weight: bolder !important;
}
.bigDash {
    font-size: 12px;
    font-weight: 600;
    color: olivedrab;
}
th.headcol {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
}
#supporter-list-table-wrapper {
    overflow: -moz-scrollbars-vertical; 
    overflow-x: scroll;
    overflow-y: visible;
}