body {
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 10px;
}

a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: darkgreen;
}

select {
  width: auto;
}

option {
  width: auto;
}

table td {
  border: 1px solid black;
  vertical-align: top;
}

input[type="text"] {
  width: 100px;
}

.left-align {
  text-align: left;
}

.center-align {
  text-align: center;
}

.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: darkgreen;
}

.container {
  /*width: 100%;*/
  overflow-x: auto;
}

/*
@media (min-width: 981px) {
    body {
      font-size: 18px;
      line-height: 1.0;
    }
    input[type="text"] {
      width: 100px;
    }
    .title-label {
      font-size: 24px;
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif;
      color: darkgreen;
    }
    .header-label {
      font-size: 22px;
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif;
      color: black;
    }
  }

  
@media (max-width: 980px) {
    body {
      font-size: 36px;
      line-height: 1.5;
    }
    input[type="text"] {
      width: 150px;
    }
    .title-label {
      font-size: 48px;
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif;
      color: #006400;
    }
    .header-label {
      font-size: 44px;
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif;
      color: black;
    }
  }
  */