body {
  font-family: Helvetica;
  margin: 0;
  padding: 0;
}

#header {
  background-color: #38A3AC;
  padding: calc(1vh);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

h1 {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

h1 {
  color: #FFFFFF;
  text-decoration: none;
  underline: none;
}

a {
  color: black;
  text-decoration: none;
}

h2 {
  color: #38A3AC;
  text-align: center;
}


img {
  width: 2vw;
}

#content {
  display: flex;
  justify-content: center;
  margin: 1vw;
  position: relative;
}

#login-box, #content-box {
  background-color: #FFFFFF;
  border-radius: 0.5vw;
  box-shadow: 0.1vw 0.1vw 0.2vw #CACCCF;
  margin: 1vw;
  padding: 1vw;
  text-align: center;
}

#content-box {
  margin: 5vh 0 0 0;
  padding-top: 0vh;
  text-align: left;
}

#form-submit {
  display: none;
}

#password-view {
  cursor: pointer;
}

#new-user, #translations-submit, #createstrings-submit, #createrows, #deleterows {
  border: 0.1vw solid #FFFFFF;
  border-radius: 0.5vw;
  color: #FFFFFF;
  cursor:pointer;
  padding: 0.5vw;
  position: absolute;
  right: 2vw;
  top: 1vh;
}

#createrows {
  right: 8vw;
}

#deleterows {
  right: 10vw;
}

#create-strings {
  right: 12vw;
}

textarea {
  font-size: 16pt;
  height: 10vh;
  resize: none;
  width: 50vw;
}

th {
  text-align: center;
}

td .en {
  width: 20vw;
}

#parameters {
  justify-content: center;
  display: flex;
}

button {
  cursor: pointer;
}

#result {
  background-color: #38A3AC;
  border: 0.1vw solid #FFFFFF;
  border-radius: 0.5vw;
  color: #FFFFFF;
  display: none;
  padding: 0.5vw;
  position: absolute;
  right: 2vw;
  top: 1vh;
  z-index: 1;
}
