<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.orderform{background: #fff;border-radius: 5px;box-shadow: 0 0 5px #666;}
    .orderform .lines{padding: 10px 12px 8px 12px;display: flex;align-items: center;border-bottom: 1px solid #e9e4dc;font-size: 16px;}
    .orderform .lines .lf{color: #7e0519;white-space: nowrap;margin-right: 15px;margin-bottom: 0;}
    .orderform .lines select{outline: none;background: #fff;color: #333;appearance:none;border: 1px solid #fff;width: 100%;-moz-appearance:none;-webkit-appearance:none;font-size:16px}
    .arrowdown{width: 15px;margin:2px 2px 8px 2px;}
    .arrowdown:after {content: "";display: block;width: 10px;height: 10px;border-bottom: 1px solid #656565;border-left: 1px solid #656565;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
    .orderform .sexdiv{display: flex;align-items: center;width: 100%;}
    .orderform .sex{margin-right: 20px;width: 25px;height: 25px;display: flex;align-items: center;text-align: center;justify-content: space-around;line-height:0}
    .orderform .sel{background: #B8343E;border-radius: 50%;color: #ffffff;border:1px solid #B8343E;}
    .orderform .nosel{background: #f9f0e6;border-radius: 50%;color:#7e0519;border:1px solid #b3a186;}
    .orderform .lines input{outline: none;border:none;color: #333;background:#fff;padding: 0;margin: 0;width: 100%;font-size: 16px;-webkit-appearance: none;vertical-align: middle;}
    .order_sub{width: 50%;text-align:center;}
    .order_sub div{display: flex;align-items: center;justify-content: space-around;background: #cc3333;color: #fff;padding: 5px 5px 3px 5px;font-size: 16px;text-align: center;border-radius: 15px;box-shadow: 0 3px 3px #7e011e;}
    .img-responsive{display: block;max-width: 100%;height: auto;vertical-align: middle;border: 0;box-sizing: border-box}
</pre></body></html>