
.options {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.options td,
    .options th {
        border: 1px solid #ddd;
        padding: 8px;
    }
    .options tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .options tr:nth-child(odd) {
        background-color: white;
    }
    .options tr:hover {
        background-color: #ddd;
    }
    .options th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0af;
        color: white;
    }
    .options td a {
        color: dodgerblue;
    }