/*
 * Jeda Analytics Inc.
 * CSS Style sheet
 *
 * Copyright Jeda Analytics, 2023
*/

.form-group {
 font-family: Arial;
 color: black;
 line-Height: none;
 font-size: 16px;
 width: 100%;
 display: inline-block;
 text-align: left;
 margin: 0px;
 padding: 5px;
 background: red;
}
.lineSpace {
 width: 100%;
 height: 1.0;
}
.header1 {
 font-family: Arial;
 font-size: 24px;
 font-weight: bold;
 line-Height:2.0;
 color: black;
}
.header2 {
 font-family: Arial;
 font-size: 18px;
 font-weight: bold;
 line-Height:2.0;
 color: black;
       }
.header3 {
 font-family: Arial;
 font-size: 14px;
 font-weight: bold;
 line-Height:2.0;
 color: black;
       }
.message {
 font-family: Arial;
 font-size: 14px;
 color: black;
 line-Height:1.0;
}
.error {
 font-family: Arial;
 font-size: 14px;
 line-Height: 1.0;
 color: red;
}
.notes {
 font-family: Arial;
 font-size: 12px;
 color: red;
 line-Height:1.0;
 text-align: left;
}
select {
 width: 98px;
}
.select1 {
  width: 265px;
}
table {
 font-family: Arial;
 font-size: 14px;
 width: 95%;
 line-Height:1.0;
 overflow: hidden;
 margin-top: 10px;
 margin-bottom: 10px;
 background: none;
}
th {
 color: black;
 text-align: right;
 width: 40%;
 margin: 0%;
 padding: 0px 0px;
 background: none;
 margin-bottom: 0;
 border: none;
}
td {
 color: black;
 text-align: left;
 width: 60%;
 margin: 0%;
 padding: 0px 0px;
 background: none;
 margin-bottom: 0;
 border: none;
}
.table1 {
 font-family: Arial;
 font-size: 14px;
 width: 95%;
 line-Height: 1.0;
 overflow: hidden;
 margin-top: 10px;
 margin-bottom: 10px;
 background: none;
}
.th1 {
 color: black;
 text-align: right;
 width: 40%;
 background: none;
 padding: 0px 0px;
 margin: 0%;
 margin-bottom: 0%;
 border: none;
}
.td1 {
 color: black;
 text-align: left;
 width: 60%;
 background: none;
 padding: 0px 0px;
 margin: 0%;
 margin-bottom: 0;
 border: none;
}
.table2 {
 font-family: Arial;
 line-Height:1.0;
 font-size: 14px;
 width: 95%;
 overflow: hidden;
 margin-top: 10px;
 margin-bottom: 10px;
}
.th2 {
 color: black;
 text-align: right;
 width: 70%;
 margin: 0%;
 background: none;
 margin-bottom: 0;
}
.td2 {
 color: #726E6D;
 text-align: center;
 width: 30%;
 padding: 1px 0px;
 margin: 0%;
 background: white;
 margin-bottom: 0;
 border: 1px solid black;
}
.table3 {
 font-family: Arial;
 line-Height:1.0;
 font-size: 14px;
 width: 95%;
 background: none;
 overflow: hidden;
 margin-top: 10px;
 margin-bottom: 10px;
}
.th3 {
 color: black;
 text-align: right;
 width: 40%;
 margin: 0%;
 background: none;
 margin-bottom: 0;
}
.td3 {
 color: black; 
 text-align: left;
 width: 60%;
 padding: 2px 0px;
 margin: 0%;
 background: none;
 margin-bottom: 0;
 border: none;
}
.container {
 width: 600px;
 min-width: 600px;
 background-color: lightgray;
}
input [type=number] {
 width: 90px;
} 
.number1 {
  width: 258px;
}

pre {
  background-color: #f1f1f1;
  margin-bottom: 20px;
  max-width: 600px;
  padding: 12px;
}
.ohnohoney{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

