<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: arial;
}

input {
    -webkit-appearance: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.body_ab {
    width: 100%;
    text-align: center
}

.body_a {
    width: 100%;
    background: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.body_b {
    width: 100%;
    /* height: 500px; */
    background: white;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    /* overflow-y: scroll; */
}

.new_p {
    height: 38px;
    text-align: center;
    width: 70px;
    border-radius: 0px;
}

.label_new_p {
    font-size: 15px;
    font-weight: bold;
}

.area {
    width: 330px;
    border: 2px dashed #0085b2;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.table {
    margin: 0 auto;
}

.patch {
    display: inline-block;
    width: 50px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid lightgray;
    border-radius: 3px;
    vertical-align: middle;
}

.td_percn {
    width: 50px;
}

.td_a {
    width: 65px;
}

.td_b {
    width: 65px;
}

.td_npdc {
    width: 60px;
}

#hidelabel {
    margin: 10px;
    color: #0085b2;
    font-size: 14px;
}

#hideinfo {
    display: none;
    margin: 10px;
}</pre></body></html>