body { font-family: arial, verdana, sans-serif; }
h1 { color:#253746; font-size:20px; font-weight:bold; }
h2 { color:#5b7e96; font-size:16px; font-weight:bold; }
h3 { color:#5b7e96; font-size:14px; font-weight:bold; }
#tblHead { background-color:#DCE6F1; font-weight:bold; font-size:14px; }
#tblYear { font-weight:bold; font-size:14px; }
#tblCount { text-align: center; }
table {border-style: none;}
tr:hover {background-color: #c5c5c5}
table, td, th {border-style: none;}
td {padding-left:5px;padding-right:5px;}
canvas { background: #fff; }
a:link { color: #5b7e96; }
a:visited { color: #5b7e96; }

* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#chapo {
  width: 18px;
  height: 18px;
}

#encTemp {
  display: inline;
  font-size: 2em;
  font-family: monospace;
}
#encMessage {
  display: inline;
  font-size: 2em;
  font-family: monospace;
}
#encFport {
  display: inline;
  font-size: 2em;
  font-family: monospace;
}
#encType {
  display: inline;
}
