.box {
    margin: 0 0 10px 0;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.py {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.border-b {
    border-bottom-width: 1px;
}

#board_list>.table {
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#board_list>.table-striped>tbody>tr:nth-child(odd)>td,
#board_list>.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

#board_list>.table-bordered>thead>tr>th,
#board_list>.table-bordered>tbody>tr>th,
#board_list>.table-bordered>tfoot>tr>th,
#board_list>.table-bordered>thead>tr>td,
#board_list>.table-bordered>tbody>tr>td,
#board_list>.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

#board_list>.table>thead>tr>th,
#board_list>.table>tbody>tr>th,
#board_list>.table>tfoot>tr>th,
#board_list>.table>thead>tr>td,
#board_list>.table>tbody>tr>td,
#board_list>.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#tbody>tr>td,
#tbody>tr>th {
    text-align: center;
    vertical-align: middle;
}

#tbody>tr>td,
#board_list>.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

.cd-table {
    width: 100%;
    color: #666;
    margin: 10px auto;
    border-collapse: collapse;
}

.btn03 {
    min-width: 100px;
    height: 35px;
    background: #003471;
    color: #fff;
    font-weight: 500;
    border: 1px solid #474747;
    border-radius: 3px;
}

.btn01 {
    min-width: 100px;
    height: 35px;
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #474747;
    border-radius: 3px;
}

.pure-button-success,
.pure-button-error,
.pure-button-warning,
.pure-button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.pure-button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.pure-button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.pure-button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}

.pure-button-xsmall {
    font-size: 70%;
}

.pure-button-small {
    font-size: 85%;
}

.pure-button-large {
    font-size: 110%;
}

.pure-button-xlarge {
    font-size: 125%;
}

.paging a {
    color: black;
    float: left;
    padding: 6px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 12px;
}

.paging a.active {
    background-color: red;
    color: white;
    border: 1px solid red;
}

.paging a:hover:not(.active) {
    background-color: #ddd;
}

#board_list .table tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid rgb(248, 1, 1);
    width: 100%;
}

/*
#board_list .table tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}
*/

table {
    border-collapse: collapse;
    empty-cells: show;
}

td {
    position: relative;
}
