/* This css file is mainly used by templates in data_templates */
html body {
  font:
    12px tahoma,
    arial,
    helvetica,
    sans-serif;
}

html,
body,
h1,
h2,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

.header_data_table {
  background-color: #c0c0c0;
}

table.data_table {
  padding: 10px;
}

table.data_table td {
  padding: 3px;
}

h2.data_table {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

h3.data_table {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: Italic;
}

p.data_table {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.history_back {
  padding: 5px !important;
  border: 1px;
  border-color: darkgrey;
  color: black;
  background-color: lightgrey;
  border-style: solid;
  cursor: pointer;
}

td.history_back:hover {
  border-color: darkgrey;
  color: lightgrey;
  background-color: darkgrey;
}

@media print {
  #print-button {
    display: none;
  }
}
