/* SQLAnsicht css */
body {
  color: #000000; /* Black */
  background-color: #A9A9A9; /* DarkGrey*/
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  font-size: 12px;
  border: 1px solid #A9A9A9; /* DarkGrey*/
  border-collapse: collapse;
}

table.table1 {
  background-image: none;
  margin-left: 0px;
  margin-right: 0px;
}

th, td {
  vertical-align: bottom;
  padding: 3px;
}

tr:nth-child(even) {
	background: #FFFFE0 /* LightYellow */
}
tr:nth-child(odd) {
	background: #F5DEB3 /* Wheat */
}

td {
  vertical-align: bottom;
  padding-left: 5px;
}

td.td1 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
  font-weight: bold;
  color: #000000; /* Black */
}

td.td2 {
  font-size: 12px;
  padding-left: 5px;
  color: #000080; /* Donkerblauw */
  text-align: right;
}

td.td3 {
  vertical-align: bottom;
  padding-left: 5px;
  color: #FF0000; /* Red */
}

td.td4 {
  vertical-align: bottom;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 2px;
  font-weight: bold;
  color: #000080; /* Donkerblauw */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

h3 {
  color: #00008B; /* DarkBlue */
  margin: 10px 0px 0px 5px; /* boven rechts onder links */
}

h4 {
  color: #8B0000; /* DarkRed */
  margin: 10px 0px 0px 5px; /* boven rechts onder links */
}

font.font1 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 12px;
  font-weight: bold;
  color: #0000FF; /* Black */
}

div {
  width: 200px;
  height: 250px;
  margin: 4px;
  float: left;
  color: #000000; /* Black */
  background-color: #D3D3D3; /* LightGray */
  font-size: 14px;
  overflow: hidden; /* prevent text from being shown outside the border */
  text-overflow: ellipsis; /* cut off text with an ellipsis */
}

img.resize {
  max-width:100%;
  max-height:800px;
  width: auto;
  height: auto;
}
