body {
    background: #1a1a1a;
}

.large {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: lighter;
  color: #999999;
}

.small {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #999999;
}

.medium {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 0px;
  color: #999999;
}

.tiny {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-top: 0px;
  color: #999999;
}

a {
    font-family: Helvetica, Arial, sans-serif;
    display: inline;
    color: #999999;
}

a.hide {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    display: none;
}

button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

input[type="text"]{
    border: 1px solid #999999;
}

input[type="password"]{
    border: 1px solid #999999;
}

.plotcontainer {
    width: 800px;
    height: 800px;
}

.plot {
    max-width: 100%;
    max-height: 100%;
    display: inline;
}

.hide {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.accs table {
  border-collapse: collapse;
  color: red;
}