﻿body {
  padding-top: 80px;
  padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  /*max-width: 280px;*/
}


.datatable thead img {
  height: 4em;
}

.datatable td {
  text-align: center;
  vertical-align: middle;
}

.datatable thead td {

}

.datavalue {
  font-weight: bold;
  font-size: 1.5em;
}

.datacat {
  font-weight: bold;
  font-size: 1.2em;
  color:rgb(26, 88, 174);
}

h2 {
  color:#0072b6;
}