#piedOptions button {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
}

#piedOptions button:hover {
    background: #bbb;
}