.box {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 10px;
}

/* General table styling */
.tbl {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  color: black;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 10px;
}

/* Table header styling */
.tbl th {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 8px;
}

/* Table row styling */
.tbl tr {
  border-bottom: 1px solid #ddd;
}

/* Alternate row background color */
.tbl tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover effect for rows */
.tbl tr:hover {
  background-color: #f1f1f1;
}

/* Cell padding */
.tbl td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:center;
}
.bo0 {border: 1px dotted inherit;color:red;}
.boo0 {border: 2px solid red;background-color:#cccccc;}
.boo1 {border: 2px solid green;background-color:white;}
.dot img {content: url('../_but/dot.png');height: 15px;}