
.main {
  background: #000000;
  padding: 0 0;
  overflow-x: auto;   /* add scroll bar on small screens */
  text-align: center;
  font-family: "monaco", monospace;
  margin-bottom: 7.5%;
  color: #ffffff;
}

table a {
  text-decoration: none;
}

table h1, table h2, table h3, table h4 {
  color: #ffffff;
  padding: 1%;
}

table h1 {
  font-size: 1.5rem;
  margin-bottom: 2px;
}

table h2 {
  font-size: 1rem;
}

table h3 {
  font-size: 0.9rem;
  margin-top: 0;
}

table h4 {
  font-size: 0.9rem;
}

@media (orientation: portrait) {
  table h1 {
    font-size: 1.125rem;
  }

  table h2 {
    font-size: 0.9rem;
  }

  table h3 {
    font-size: 0.75rem;
  }

  table h4 {
    font-size: 0.7;
  }
}

.col__name {
  width: 10%;
}
.col__tech {
  width: 20%;
}
.col__desc {
  width: 60%;
}
.col__time {
  width: 10%;
}

@media (orientation: portrait) {
  .col__name, .col__tech,
  .col__desc, .col__time {
    width: calc(100% - 2px);
    margin: 0;
    padding: 0;
  }
}

.text {
  color: #ffffff;
  text-align: center;
  font-family: "monaco", monospace;
  text-size-adjust: 100%;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

tr > th,  tr > td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 2px;
}

table {
  border: 1px solid;
  border-collapse: collapse;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (orientation: portrait) {
  table {
    display: block;
    border: 0;
  }

  tr > th {
    display: block;
    width: 100%;
    border: 1px solid grey;
    border-collapse: collapse;
  }

  tr > td {
    display: block;
    border: 1px solid grey;
    border-collapse: collapse;
  }

  tr {
    display: block;
    width: 100%;
    border: 3px solid white;
    border-collapse: collapse;
  }
}
