
h1 {
}
h2 {
/*  font-family: "Old English Text MT"; */
  font-family: aptos, calibri, sans-serif;
}
body {
  background-color: white;
  //*border: 2px solid black; */
  font-family: aptos, calibri, sans-serif;
}
input[type=number] {
  width: 4.5ch;
}
a {
  font-family: aptos, calibri, sans-serif;
}
//*
table, th, tr, td {
  table-layout: fixed;
  width: 100%;
  border: 1px solid black;
}
*/
table {
  table-layout: fixed;
  width: 25px;
  border: 1px solid black;
  font-family: aptos, calibri, sans-serif;
}
td {
  vertical-align: top;
  //*border: 1px solid black; */
  font-family: aptos, calibri, sans-serif;
}
tr {
  //*border: 1px solid black; */
  font-family: aptos, calibri, sans-serif;
}
caption {
  text-align: left;
  background-color: black;
  color: white;
  font-size: 1.5em;
  font-family: aptos, calibri, sans-serif;
}
fieldset {
  background-color: white;
  font-family: aptos, calibri, sans-serif;
}
legend {
  background-color: white;
  color: black;
  font-size: 1.0em;
  border: 0px solid black;
  font-family: aptos, calibri, sans-serif;
}
button {
  border: 1px solid black;
  font-family: aptos, calibri, sans-serif;
}
textarea {
  font-family: aptos, calibri, sans-serif;
}
.noborder {
    border: 0px !important;
    border-collapse: collapse !important;
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    vertical-align: middle;
}
.redsuit {
  color:red;
}
/*
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  border: 1px solid black !important;
}
*/
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 50%;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 8px;
  transition: 0.3s;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 3px 6px;
  border: 1px solid;
  border-top: none;
}
