@font-face {
  font-family: "Roboto", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
}
* {
  font-family: "Roboto", sans-serif;
  color: #e6e6e6;
  text-decoration: none;
}

a:hover {
  color: #d1d1d1;
}

a {
  color: #e6e6e6;
}

html, body {
  margin: 0;
  background: #222022;
}

footer {
  margin-top: 50px;
  background: #181618;
  box-shadow: 0 0 4px black;
  font-size: 1rem;
  padding: 7.5px;
  text-align: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.download-btn {
  padding: 4px;
}

table {
  width: 1000px;
  table-layout: fixed;
  border-spacing: 0px;
  border-collapse: separate;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 7.5px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 7.5px;
}

table tr:first-child th:first-child,
table tr:first-child td:first-child {
  border-top-left-radius: 7.5px;
}

table tr:first-child th:last-child,
table tr:first-child td:last-child {
  border-top-right-radius: 7.5px;
}

td, th {
  border: 2px solid #bfbfbf;
  text-align: left;
  padding: 10px;
  padding-left: 20px;
  font-size: 1.25rem;
}
td a, th a {
  font-size: 1.2rem;
}

td {
  border: 2px solid #bfbfbf;
  border-top: none;
}

td:nth-child(even) {
  text-align: center;
  padding-left: 10px;
}

.download {
  border: 1px solid #e6e6e6;
  padding: 4px;
  letter-spacing: 0.5px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

nav {
  background: #181618;
  width: 100%;
  line-height: 4rem;
  box-shadow: 0 0 4px black;
  margin-bottom: 50px;
}
nav .title {
  font-size: 2rem;
  margin: 0;
  height: 100%;
  vertical-align: middle;
  padding-right: 15px;
}

.center {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.center a {
  padding-right: 5px;
}

@media screen and (max-width: 650px) {
  .center {
    display: flex;
    flex-direction: column;
  }

  td, th {
    border: 1px solid #bfbfbf;
  }

  td {
    border: 1px solid #bfbfbf;
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */