.paito {
    display: flex;
    flex-direction: column;
    position: relative;
}

.paito .color-filter .saddlebrown,
.paito .pl-table .selected.saddlebrown {
    background-color: saddlebrown;
    color: white;
}

.paito .color-filter .royalblue,
.paito .pl-table .selected.royalblue{
    background-color: royalblue;
    color: white;
}

.paito .color-filter .salmon,
.paito .pl-table .selected.salmon{
    background-color: salmon;
}

.paito .color-filter .slateblue,
.paito .pl-table .selected.slateblue{
    background-color: slateblue;
}

.paito .color-filter .springgreen,
.paito .pl-table .selected.springgreen{
    background-color: springgreen;
}

.paito .pl-table .selected.orange {
    background-color: orange;
}

.paito .pl-table .selected.blue {
    background-color: blue;
    color: white;
}

.paito .pl-table .selected.green {
    background-color: green;
    color: white;
}

.paito .pl-table .selected.red {
    background-color: red;
    color: white;
}

.paito .pl-table .selected.maroon {
    background-color: maroon !important;
    color: white;
}

.paito .pl-table .fifth td {
    background: #eee;
}

.paito .button {
    cursor: pointer;
}

.paito .filter{
    text-align: center;
}

.paito .form-filter {
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    position: sticky;
    bottom: 0;
    background: #fff;
}

.paito .color-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.paito .color-filter > *,
.paito .form-filter > * {
    flex: 1;
    font-size: 0.88em;
    border: 1px solid #AAA;
    border-right: 0;
    border-collapse: collapse;
    padding: 1vw 2vw;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    width: auto;
    min-width: 1rem;
}

.paito .color-filter > *:last-child,
.paito .form-filter > *:last-child {
    border-right: 1px solid #AAA;
}

.paito .pl-table .jml,
.paito .pl-table .fifth .jml {
    color: #ccc;
    background: #fff;
}

.paito .pl-div{
    background: #fff;
    overflow-x: hidden;
}

.paito .pl-div .pl-caption {
    text-align: center;
    margin: 1.5rem auto 0.5rem;
}

.paito .pl-div:first .pl-caption {
    margin: 0.5rem auto 0.5rem;
}

.paito .pl-table,
.paito-keluaran .pt-table {
    flex: 1;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-collapse: collapse;
    table-layout: auto;
}

.paito .pl-table th,
.paito .pl-table td,
.paito-keluaran .pt-table th,
.paito-keluaran .pt-table td {
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #000;
    padding: 0.15rem 0.25rem;
    border-left: 0 none;
    border-top: 0 none;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 0.78rem;
}

.paito .pl-table td,
.paito .filter {
    font-family: monospace;
}

.paito .pl-table th,
.paito-keluaran .pt-table th {
    font-weight: bold;
}

.paito .pl-table th {
    background: #ccc;
}

.paito .pt-table{
    text-align: center;
    margin: 0 auto;
}
.paito .pt-header {
    background-color: red !important;
    color: snow;
    font-weight: 700;
}

.paito .text-red{
    color: red;
    font-weight: 700;
}

.paito-keluaran .pt-result {
    letter-spacing: 1px;
    font-family: monospace;
}

.paito-keluaran .pt-table {
    text-align: center;
    margin: 0 auto;
}

