body {
  width:auto;
  height:100%;
  overflow-x: hidden;
  -webkit-text-size-adjust:100%;
  font-family: "Helvetica Neue", "SF Display", Helvetica, arial, sans-serif;
  margin:0 auto;
  border:0;
  padding:0;
  color:black;
  background-color:lightgrey;
}
div {
  box-sizing: border-box;
  display:inline-block;
  vertical-align:top;
  width:auto;
  height:100%;
  overflow:hidden; 
  white-space:nowrap; 
  text-align:right;
  minimum-height: 1px; 
}
input[type="file"] {
  width:100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.sticky {
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}
.total {
  width:100%;
  padding:.15em; 
  overflow:scroll;
  font-size:4em;
  font-weight:450;
  color:#313131;
  background-color:#BCCCBE;
  text-align:right;
}

.rowlabel {
  width:15%;
/*  height: 45px;*/
  display:inline-block;
  justify-content: space-between;
  font-size:30px;

  padding-top: 8px;
  padding-bottom: 8px;

  border:1px solid #BCCCBE;
  border-right:1px solid #BCCCBE;
  border-bottom:1px solid #BCCCBE;

  color: grey;
  background-color:white;
  box-sizing:border-box;
  text-align:center;
}
[contenteditable] {
  outline: 0px solid transparent;
}
.amount {
  width:85%;
/*  height: 45px;*/
  display:inline-block;
  padding-right:.25em; 
  padding-top: 8px;
  padding-bottom: 8px;

  font-size: 30px;
  color:#18211b;
  background-color:white;
  box-sizing:border-box;
  text-align:right;
  border:1px solid #BCCCBE;
  border-right:1px solid #BCCCBE;
  border-bottom:1px solid #BCCCBE;
/*  border-radius: 20px;*/
}
.label {
  display: flex;
  justify-content: space-between;
}

.bold {font-weight:bold;}
.textleft {text-align:left;}
.textright {text-align:right;}
.version { font-size: smaller;}
