body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: smaller;
  }
  
  table {
    padding: 20px;
  }
  
  .refresh {
    text-align: center;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #708090;
  }
  
  #nav-bar {
    position: fixed;
    height: 50%;
    top: 0;
    transition: top 0.3s;
    margin-left: 20px;;
  }
  
  /*
  #nav-bar a {
      float: left;
      display: block;
      text-align: center;
      padding: 15px;
      text-decoration: none;
    }
  */
  
  #nav-bar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /*
  .sub-menu {
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    text-decoration: none;
  }
  */
  
  .select-item {
    z-index: 10000;
    border: solid;
    border-style: dotted;
    display: inline-block;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .amount {
    text-align: center;
    width: 147px;
  }
  
  #form-body {
    display: inline-block;
    margin: auto;
    text-align: left;
    padding: 30px;
    border: solid 2px;
    border-color: #708090;
    background-image: url(dorion.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: auto;
    width: 120%;
  }
  
  div {
    display: block;
    text-align: center;
    margin: auto;
  }
  
  div,
  p {
    display: block;
    text-align: justify;
    word-wrap: break-word;
    width: 600px;
    margin-left: auto;
    nav-left: ;
  }
  
  .options {
    text-align: auto;
    display: block;
  }

  
  .calc-button {
    font-weight: bold;
    background-color: #adadc9;
    width: 147px;
    text-align: center;
  }
  
  .wrapper {
    /*display: inline-block;*/
    justify-content: space-between;
    align-items: left;
    float: left;
    margin-left: 20px;
  }
  
