html {
  height: 100%;
}

body {
  min-height: 100%
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(244,244,244);
}

body.splashPage {
  background: rgb(244,244,244) url('/images/background.jpg') no-repeat right bottom fixed;
  background-size: 100% auto;
}

.navBar {
  /* Text/content */
  color: black;
  font-family:Arial, Helvetica, sans-serif;

  padding: 20px;
}


.mainContent {
  /* Text/content */
  color: black;
  font-family:Arial, Helvetica, sans-serif;
  text-align: left;

  padding: 20px;
}

.contentTable {
  width:auto;
}

td {
  vertical-align: top;
}

.contentTd:not(:last-child) {
  white-space: nowrap;
}

.contentTd:last-child {
  width: 100%;
}

.adminTable {
  border-collapse: collapse;
  border: 1px solid black;
  padding: 10px;
}

.adminTr {
  border: 1px solid black;
}

.adminTd {
  border: 1px solid black;
}

/* Link styling */
a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.thumbImage {
  max-width: 200px;
  height: 150px;
}

.thumbDiv {
  display: inline-block;
  width: 220px;
  height: 200px;
  padding: 10px;
  text-align: center;
}

