..election-table
{
 .election-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 2rem;
    font-size: 0.95rem;
    }
    .election-table th,
    .election-table td {
    border: 1px solid #ccc;
    padding: 0.6rem 0.75rem;
    text-align: left;
    vertical-align: top;
    }
    .election-table thead th {
    background: #e6e6e6;
    font-weight: 700;
    }
    .election-table tbody tr:nth-child(even) {
    background: #fafafa;
    }
}
.Large Font
{
font-size: 2rem
}
