.fluoride-voting {
    text-align: center;
    padding: 10px;
}

.fluoride-btn {
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    min-width: 160px; /* clearly makes buttons same width */
}

.fluoride-btn:hover {
    background: #000;
    color: #fff;
}

.fluoride-progress {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.progress-bar {
    height: 100%;
    line-height: 20px;
    color: white;
    text-align: center;
    transition: width 0.5s;
}

.for-bar { background-color: black; }
.against-bar { background-color: grey; }
