#content {
  max-width: 800px;
  margin: 50px auto;
}


.full-url {
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.full-url .protocol {
  color: red;
}

.full-url .hostname {
  color: blue;
}

.full-url .port {
  color: green;
}

.full-url .pathname {
  color: orange;
}

table.headers {
  border-collapse: collapse;
  width: 100%;
}

table.headers th, table.headers td {
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  margin: 0;
  padding: 10px;
}

table.headers td {
  font-family: 'Courier New', Courier, monospace;
}

table.headers td.header-name {
  white-space: nowrap;
  width: auto;
}

table.headers tr:nth-child(2n) {
  background-color: #F0F0F0;
}
