/*
	Comment
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

a { /* Comment */ color: /* Comment */ Blue; }

a:hover {
	text-decoration: underline dotted;
}

figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}

html, body {
    height: 100%;
    margin: 0;
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.full-height {
    max-width: 800px;
    height: 100%;
    margin: auto;
	overflow: auto;
}

.last-update {
	font-style: italic;
	text-align: center;
}

.patient-data {
	list-style-type:none;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.TestClass {
	color: Black;
	background-color: White;
	text-align: left;
}

.title-style {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}




