/*   */

a:link { color: blue; }
a:visited { color: fuchsia; }
a:hover { color: red; }
 html {font-size: 14px;} 

/* +++++++ NEW ++++++ */

TABLE .dta-tab {
    font-family: "Arial", sans-serif;
    border: 3px double black;
    border-collapse: collapse;
    text-indent: 2pt 2pt;
}

.dta-tab tr {
    text-indent: 1pt;
    border-bottom: 0px solid blue;
    margin: 0px 0px 0px 0px;
    /* background-color: #F0FFF0; */
    background-color: #EEFFF0;
}

.dta-tab td {
  font-size: 0.9rem;
  padding: 2px 2px 2px 2px;
    border: 1px dotted gray;
    /* color: darkgreen; */
}

.dta-tab tr:nth-of-type(5n) {
    background-color: #EEEEEE;
}

.dta-tab th {
    font-size: 1.05rem;
    padding: 2px 0px 2px 2px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #444;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-width: 2px;
}

.error-div {
  font-weight: 500;
  color: black;
  background-color: lightpink;
  border: 1px dotted darkgray;
  border-top: 0;
  border-bottom-width: 2px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* input[type=checkbox]  */
.cbx
{
  transform: scale(1.5);
  /* padding: 10px; */
}
pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  font-size: 100%;
}
