<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-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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

select {
    -webkit-appearance: none;
}

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

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

.body_b {
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.std_select {
    height: 50px;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid black
}

.input_submit {
    width: 100px;
    height: 50px;
    border: 0px;
    border-radius: 5px;
    background: #0085b2;
    font-size: 14px;
}

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

.div_old_area {
    margin: 12px;
    display: inline-block;
    border: 1px dashed gray;
    border-radius: 10px;
    padding: 15px;
    padding-top: 0px;
}

.old_area_note {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.div_new_area {
    margin: 12px;
    display: inline-block;
    border: 2px dashed #0085b2;
    border-radius: 10px;
    padding: 15px;
    padding-top: 0px;
}

.new_area_note {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

label {
    display: inline-block;
    text-align: left;
}

.before_input {
    display: inline-block;
    width: 65px;
    height: 40px;
    margin: 2px;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
}

.after_input {
    display: inline-block;
    width: 65px;
    height: 40px;
    margin: 2px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    color: gray;
}

.patch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 10px;
}

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

.lab_label {
    width: 75px;
    text-align: center;
    font-size: 16px;
    color: gray;
}

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

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