<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.totalWidth {
  width: 1220px;
}
.flex-container {
    display: flex;
    /*width: 1100px;*/
    text-align: left;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}
.flex-item {
    padding: 10px;
    margin: auto;
    text-align: left;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
}
td {
	padding: 5px;
}
.inpnum{
  width : 70px;
  height : 20px;
  text-align: center;
  display: inline-block;
}
</pre></body></html>