tr.active {
    background-color: #ccc !important;
}

.tablinks {
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;

    border-radius: 6px;
    /*    border-radius: 0.25em;*/


    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    /*font-size: 14px;*/
    font-size: inherit;

    line-height: 20px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.tablinks:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.tablinks:hover {
    background-color: #ddd;
}

.tablinks:focus {
    box-shadow: #ddd 0 0 0 3px;
    outline: none;
}

.tablinks:disabled {
    background-color: #ccc;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(0, 0, 0, 0.8);
    cursor: default;
}

.tablinks:active {
    background-color: #ccc;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;

}

.post {
    appearance: none;
    background-color: lightyellow;
    border: 1px solid #ccc;

    border-radius: 6px;
    /*    border-radius: 0.25em;*/


    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);;
    /*cursor: pointer;*/
    display: inline-block;
    font-family: inherit;
    /*font-size: 14px;*/
    font-size: inherit;

    line-height: 20px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}