.orientation-table {
  // position: absolute;
  top: 82px;
  left: 10px;
  border: solid;
  color: white;
  font-size: 14px;
  width: 45%
}

@media only screen and (max-width: 1620px) {
  .orientation-table {
      width: 27%;
  }

  input{
    width: 116px;
  }
}

.orientation-table {
  thead {
    background-color: #534f53;
  }
  tbody {
    background-color: #dddddd;
    color: black;
  }
  table {
    border: solid;
    border-color: darkgrey;
    border-width: 2px;
    margin: 0 auto;
    width: 94%;
    background: lightgray;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  th {
    font-weighT: 500;
    padding-left: 10px;
  }

  tr{
    text-align: center;
  }
  
}


input {
  text-align: right;
  background: white;
  height: 22px;
  margin-right: 4px;
}

.header{
  color: white;
  text-align: left;
}