/*
# brzcld-manage, GPLv3, 20200410
# please notify change always to claudio.brazzale@liberobit.net
# merging to loki
*/
body {
  color: black;
  background-color: #c7e3c4;
  font-family: sans-serif;
  font-size: 11pt;
}

table {
  font-size: 9pt;
}

th {
  background-color: #ffff66;
}

td {
  background-color: #ffffe0;
  vertical-align: top;
}

.int {
  background-color: #aeaeae;
  padding: 4px;
  margin: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid black;
  height: 8em;
}

.upicon {
  width: 40px;
  height: 40px;
  border: 0;
  padding-left: 0.4em;
  vertical-align: middle;
}

.uplogo {
  height: 6em;
  border: 0;
  vertical-align: middle;
}

.intright {
  float: right;
  padding-right: 3em;
  text-align: right;
}

.title {
  font-weight: bold;
  font-size: 120%;
}

.subtitle {
  font-size: 80%;
}

.content {
  clear: right;
  text-align: center;
  margin-top: 10em;
  margin-bottom: 22px;
}

.footer {
  font-size: 8pt;
  background-color: #aeaeae;
  padding: 4px;
  margin: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid black;
  height: 10px;
}

pre {
  font-size: 9pt;
}
