html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.5rem;
  box-sizing: border-box;
  background-color: white;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

body {
  margin: 0;
  box-sizing: inherit;
  display: block;
}

header#header {
  display: flex;
  flex: 1;
  flex-direction: row;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  height: 62px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

div.header {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

div.banner > a > b {
  color: black;
  margin-left: 10px;
  font-weight: bold;
}

div.banner > img {
  height: 40px;
  width: 40px;
}

div.banner > a {
  margin: 0px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

hr.separator {
  border: 0;
  margin: 0px;
  padding: 0px;
  height: 1px;
}

h1 {
  max-width: 40em;
  font-style: normal;
  font-weight: 100;
  color: black;
  font-weight: bold;
  margin-top: 0;
  font-size: 2.91029rem;
  line-height: 3.5rem;
  margin-bottom: 0.8rem;
  padding-top: 0.201rem;
}

p {
  color: black;
  max-width: 40em;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

a {
  max-width: 40em;
  line-height: 1.5rem;
  margin-top: 0;
  padding-top: 0.4005rem;
  margin-bottom: 1.1rem;
  color: hsl(215.4, 16.3%, 56.9%);
  text-decoration: none;
}

main {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}

section.title {
  padding-top: 1.5rem;
  padding-bottom: 0;
}

section.files {
  display: flex;
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}

div.row {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  flex: 1;
  margin-right: auto;
  height: 100%;
  max-width: 1280px;
  padding: 1.5rem;
}

div.row {
  color: orange;
}

div.row.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

section.file-table {
  background-color: white;
  box-shadow: 0 3px 6px rgb(11 33 74/9%),0 -2px 2px rgb(11 33 74/3%);
  height: 100%;
  border-radius: 4px;
  color: #111;
  display: flex;
  flex: 1;
  margin-top: 0;
  overflow: auto;
  padding: 0 1rem;
  text-align: left;
  text-shadow: none;
  white-space: pre;
  display: flex;
  flex-direction: column;
}

.file-table-row {
  display: flex;
  flex-direction: row;
  height: 40px;
  padding: 0px 8px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(11 33 74/3%);
}

.file-table-row:last-child {
  border-bottom: none;
}

.file-table-row-hover:hover {
  background-color: rgb(11 33 74/3%);
}

.file-table-title {
  font-weight: bold;
}

.file-table-link {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-direction: row;
  min-width: 100%;
}

.file-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-table-elem {
  flex: 1;
  margin: 0px;
  padding: 0px;
  display: flex;
}

code {
  color: white;
}

footer {
  height: 100px;
}
