.content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content {
  width: 1000px;
}

@media only screen and (max-width: 1200px) {
  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

h2 {
  font-family: "Roboto Slab";
  font-weight: bold;
  color: #212a4a;
  margin-top: 120px;
  font-size: 1.75rem;
}

table {
  font-family: "Roboto Slab";
  color: #212a4a;
  table-layout: fixed;
  margin-top: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  table {
    display: block;
  }
}

th:first-child {
  width: 500px;
}

@media only screen and (max-width: 1200px) {
  th:first-child {
    width: 450px;
  }
}

th {
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

td {
  width: 250px;
  padding: 10px;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  td {
    width: 200px;
  }
}
/*# sourceMappingURL=Supplies.css.map */