.estimate .display{display:block}.estimate .invisible{display:none}.estimate label{display:block}.estimate table{border-collapse:collapse}.estimate th,.estimate td{padding:5px 10px;border-bottom:1px dotted #ccc}.estimate tbody tr:last-child th{font-weight:700;font-size:125%}.estimate tbody tr td{text-align:right;background:#f0f8ff}.estimate tbody tr:last-child td{font-weight:700;font-size:125%;background:#d6f4f8}.checkbox{display:flex;justify-content:space-between;align-items:center}.checkbox input[type=checkbox]{display:none}.checkbox label{width:7em;height:30px;margin:0;padding:0 5px;display:flex;justify-content:center;align-items:center;line-height:25px;box-sizing:border-box;text-align:center;border:1px solid #ccc;border-radius:5px;font-size:14px;font-weight:700;background:#5073c3;border-color:#3a528c;box-shadow:2px 2px 4px #888;transition:.3s}.checkbox label span:after{content:attr(data-toggle-off);color:#fff}#inspection:checked+label,#steam:checked+label,#coating:checked+label{background:#eee;box-shadow:none}#inspection:checked+label span:after,#steam:checked+label span:after,#coating:checked+label span:after{color:#000;content:attr(data-toggle-on)}