body{margin:0;font-family:Tahoma,Arial;background:#fff}
.cheque{width:18cm;height:8cm;border:1px solid #000;margin:1cm auto;padding:.6cm;box-sizing:border-box}
.row{display:flex;align-items:center;margin-bottom:8px}
.row.top{justify-content:space-between;font-weight:bold}
.label{width:90px;font-weight:bold}
.value{border-bottom:1px dotted #000;min-width:120px;padding:0 6px}
.value.wide{flex:1}
.center{text-align:center;margin:15px 0}
button{padding:8px 16px;font-size:14px;cursor:pointer}
