html {
  height: 100%;
}

body {
  font-size: 20px;
  text-align: justify;
  background-color: #ccc;
  margin: 0;
  height: 100%;
  min-width: 1000px;
}

img {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
}

code {
  font-size: 14px;
  margin-left: 40px;
}

pre {
  text-align: left;
  margin-left: 60px;
}

ol, ul {
  text-align: left;
}

li code {
  margin: 0;
}

audio {
  width: 100%;
}

input[type=text] {
  height: 40px;
  font-size: 18px;
}

#article {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: white;
  padding: 15px;
  min-height: 100%;
  line-height: 35px;
}

#menu {
  height: 30px;
  background-color: #444444bd;
  border-bottom: 1px solid black;
}

#menu a {
  float: left;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: white;
  outline: 0;
  font-size: 24px;
  text-shadow: 1px 1px 2px black;
}

#footer {
  font-size: 14px;
  padding: 15px;
  color: white;
  background-color: black;
}

#footer a {
  color: white;
  padding-right: 10px;
  border-right: 1px solid white;
  padding-left: 10px;
  border-left: 1px solid white;
  margin: 0;
}

#footer #license {
  border: none;
  float: right;
}

.custombutton {
  background-color: black;
  color: white;
  border: none;
  padding: 10px;
  width: 150px;
  font-size: 20px;
}

#profile-library-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 16px;
}

#profile-library-table td {
  border: 1px solid black;
}

#profile-library-table a {
  text-decoration: none;
  outline: 0;
}

#profile-library-table thead td {
  background-color: black;
  color: white;
  font-size: 20px;
  min-width: 150px;
}

#profile-library-table .description {
  text-align: left;
}

.custombutton-library {
  display: block;
  margin: 5px;
  line-height: 0;
  font-size: 16px;
  padding: 5px;
}

#uploaddiv {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0;
  padding: 20px;
}

#samples-container {
  padding: 30px;
  padding-top: 10px;
  font-size: 16px;
  background-color: #f2f0f0;;
}

.headborder {
  border-right: 1px solid white !important;
}

