main>section>noscript>table {
  background-color: #f1f1f1;
  min-width: 160px;
  max-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: auto;
}

/* Change color of dropdown links on hover */
nav>div>ul a:hover,
main>section>table a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

main>section>table {
  max-width: 320px;
  margin: auto;
}

main>section>table,
main>section>table>tbody>tr>td,
main>section>table>tbody>tr>th {
  border: 1px solid;
}

main>section>table>tbody {
  margin: auto;
  margin-bottom: 10px;
}

main>section>table>tbody>tr>td,
main>section>table>tbody>tr>th {
  padding: 0px 32px;
}

main>section>table>tbody>tr>td>:hover,
main>section>table>tbody>tr>th>:hover {
  background-color: lightgray;
}

main>section>table>tbody>tr>td>:active,
main>section>table>tbody>tr>th>:active {
  background-color: #2196F3;
}

main>section>table>tbody>tr>td>button,
main>section>table>tbody>tr>th>button {
  border: none;
}

#myDropdown>tr {
  text-align: center;
}

/* Noscript table  */
main>section>noscript>table {
  width: 75%;
  margin: auto;
}

main>section>noscript>table,
main>section>noscript>table>tbody>tr>td,
main>section>noscript>table>tbody>tr>th {
  border: 1px solid;
}

main>section>noscript>table>tbody {
  margin: auto;
  margin-bottom: 10px;
}

main>section>noscript>table>tbody>tr>td,
main>section>noscript>table>tbody>tr>th {
  padding: 0px 32px;
}

main>section>noscript>table>tbody>tr>td>:hover,
main>section>noscript>table>tbody>tr>th>:hover {
  background-color: lightgray;
}

main>section>noscript>table>tbody>tr>td>:active,
main>section>noscripttable>tbody>tr>th>:active {
  background-color: #2196F3;
}

main>section>noscript>table>tbody>tr>td>button,
main>section>noscript>table>tbody>tr>th>button {
  border: none;
}