.docu-wrap {
  width: 1094px;
  padding: 30px;
  border: 2px solid #999;
}
.docu-title { font-size: 20pt; font-weight: bold; text-align: center; margin-bottom: 80pt; }
.docu-body { color: #565656; }
.docu-flex { display: flex; flex-flow: row wrap; }
.docu-input, .docu-input-f {
  color: #000; padding-top: 5px; padding-bottom: 5px; font-weight:bold;
}
.docu-input { outline:1px dotted #4287f5; margin-left: .725rem; margin-right: 0.15rem; margin-top:-5px; }
.docu-input-f { border-bottom: 1px dotted #4287f5; height:1em; margin-bottom:0.25rem;}
.docu-c { text-align: center; }
.docu-len-25 { width: 25px !important; }
.docu-len-50 { width: 50px !important; }
.docu-len-100 { width: 100px !important; }
.docu-len-150 { width: 150px !important; }
.docu-len-200 { width: 200px !important; }
.docu-mb-1 { margin-bottom: 10px; }
.docu-mb-2 { margin-bottom: 20px; }
.docu-mb-3 { margin-bottom: 30px; }
.docu-mb-4 { margin-bottom: 40px; }
.docu-mb-5 { margin-bottom: 50px; }
.docu-sep:after { content:":"; margin-left: 2px; }
.docu-table th { text-align: right; color: #565656; font-weight: normal; }
