* {
  font-size: 14px;
  color: white;
  z-index: 1;
}

html,
body {
  background-color:#111;
  width:100%;
  height: 100%;
  margin: 0px;
  font: 16px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

h1 {
  font-size: 1rem;
  text-align: center;
}

h2,
p {
  font-family: sans-serif;
}

.content h2,
.content p {
  text-align: center;
}

#article h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 10px;
}

a {
  color: white;
}

.linkNoULine {
  text-decoration: none;
  font-weight: lighter;
}

#menu {
  float: right;
  /* margin-top: 10px; */
  margin-right: 10px;
  display: inline-block;
  font: 16px/24px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

#menu img {
  margin-left: 15px;
}

#MyLogin {
  display: inline-block;
  margin-left: 15px;
}

.icon {
  width: 0.9rem;
  height: 0.9rem;
  margin: 8px 2px;
  vertical-align: middle;
  cursor: pointer;
}

img#logo {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  width: 250px;
}

img#small-logo {
  height: 24px;
  padding: 5px;
  float: left;
}


#background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  filter: contrast(120%) brightness(50%) sepia(30%) saturate(40%);
  -webkit-filter: contrast(120%) brightness(50%) sepia(30%) saturate(40%);
  z-index: -1;
}

img.button {
  width: 0.9rem;
  height: 0.9rem;
  margin: 8px 2px;
  vertical-align: middle;
  cursor: pointer;
}

img.button:hover {
  opacity: 0.5;
}

img.icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#menu,
#footer {
  background-color: #000;
  z-index: 2;
}

#footer {
  display: block;
}

.content {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 20px);
}

#menu {
  position: fixed;
  z-index: 2;
  text-align: right;
  top: 0;
  padding-top: 10px;
  width: 100%;
  height: 40px;
  display: inline-block;
  font: 16px/24px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  transition: top .5s, opacity .5s;
  -moz-transition: top .5s, opacity .5s;
  -webkit-transition: top .5s, opacity .5s;
}

input#url,
input#projectName {
  width: calc(100% - 8px);
  height: 32px;
  border: 0px;
  padding: 0px;
  color: black;
}

#article {
  text-align: justify;
  text-justify: inter-word;
  max-width: 800px;
}

#article p {
  column-count: 2;
}

.mesh {
  margin-top: 2rem;
}

.experiments {
  margin-top: 2rem;
}

.experiment {
  margin-top: 2rem;
  margin-left: calc((800px - (480px + 3*61px))/2);
  max-width: calc(480px + 3*61px);
}

.coords-table td,
.coords-table th {
  width: 60px;
  text-align: center;
  padding: 0px;
}

.noEmptyWithPlaceholder:empty:before {
  content: attr(placeholder);
  color: rgba(255, 255, 255, 0.4);
}

#viewer-container {
  position: relative;
}

#viewer {
  width: 800px;
  height: 640px;
}

#viewer-info {
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: none;
  z-index: 10;
}

#table-wrapper {
  position: relative;
}

#table-scroll {
  height: calc(480px - 20px);
  overflow: auto;
}

#table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  background: #333;
}

#table-wrapper table thead th .text {
  height: 20px;
}