#test {
  color: gray;
}
:root {    font-family: Menlo,Arial, Helvetica, sans-serif; } 

h1,h2 {
  text-align: center;
}

header {
   text-align: left;

}


body {
   font-size: 18px;

 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */


}
footer {
   font-size: 8px;
   position: fixed;
   bottom: 0;
   right: 5;

}
.button {
  background-color: #000000; /* Green */
  border: 2px;
  width: 75px;
  color: white;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-style: bold;
  border-radius: 4px;
}

.adjustmentTable {

  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
}

section {
  width: 80%;
  padding-left: 10px;
}

