/* Default styles for larger screens */
/* table {
  width: 80%;
  border-collapse: collapse;
  margin: 50px auto;
} */

/* td,
th {
  border: 1px solid;
  text-align: center;
  padding: 10px;
} */

/* table {
  border-collapse: collapse;
  width: 100%;
} */

/* tr:nth-child(even) {
  background-color: #f2f2f2;
}  */

.custom-button {
  display: inline-block;
  padding: 25px 50px;
  background-color: #ccc;
  text-decoration: dashed;
  border-radius: 4px;
  margin: 10px 0px;
}

#center {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}

/* Style the tab navigation buttons */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
}
