.table {
  width: 100%;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
.table td:nth-child(2) {
  text-align: left;
}
.header--product {
   width: 18%;
}
.header--system {
  width: 8%;
}
table + p {
  margin-top: 2em;
}
#optsim {
  width: 450px;
}

/* Phone Resizing */
@media (max-width: 768px){
  body {
    font-size: 14px;
  }
  th, td {
    padding: 5px !important;
    font-size: 7px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  .table {
    width: 100%;
  }
  .indented {
    width: 100%;
    left: 0;
  }
  #optsim {
    width: 300px;
  }
}
