/****** CSS DOCUMENT ******/
:root {
  font-size: 16px;
}

/* ELEMENTS
=================================================== */
body {
  background-color: rgba(60, 67, 13, 0.75);
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a {
  color: cornsilk;
}

/* STRUCTURE _ header
=================================================== */
.header {
  background-color: #00310a;
  overflow: hidden;
  padding: 5px 10px 0 10px;
  display: flex;
}

.header-title {
  margin: 0;
  font-size: 1.4em;
  color: #f0f8ff;
}

.header-title a {
  text-decoration: none;
}

/* STRUCTURE _ navbar
=================================================== */
.navbar {
  margin: 0 15px;
  display: flex;
}

.navbar a {
  border-width: 1px 1px 0 1px;
  border-color: #ababab;
  border-style: solid;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 5px;
}

/* STRUCTURE _ main
=================================================== */
.main {
  padding: 0 2%;
}

.article .article-content {
  background-color: lightgrey;
  padding: 15px;
}
.article .article-content a {
  color: royalblue;
}
.article .article-content dl dt {
  font-weight: bold;
  margin: 10px 0 5px;
}
.article .article-content dl dt:first-child {
  margin-top: 0;
}
.article .article-content .article-table-parameters {
  border: 1px #2e2e2e solid;
  border-collapse: collapse;
}
.article .article-content .article-table-parameters thead tr {
  background-color: gray;
  color: whitesmoke;
}
.article .article-content .article-table-parameters thead tr th {
  border-right: 1px whitesmoke solid;
}
.article .article-content .article-table-parameters thead tr th:last-child {
  border: none;
}
.article .article-content .article-table-parameters tbody td {
  border: 1px gray solid;
  padding: 8px;
}

/*# sourceMappingURL=style.css.map */
