﻿.notation-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
}

    .notation-table th,
    .notation-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .notation-table th {
        background-color: #f2f2f2;
        font-weight: bold;
    }

    .notation-table td {
        vertical-align: top;
    }

    .notation-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }
