#switcher li a {
  border: 1px solid darkgrey;
}
#wrap_pult table {
  /*border: 1px solid gray;*/
  border-collapse: collapse;
  background: #eeeeee;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 16px;
  margin-bottom: 16px;
}
#wrap_pult table caption {
  padding: 8px 0;
  font-weight: 600;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
#wrap_pult td {
  padding: 3px;
  border: 1px solid gray;
  white-space: nowrap;
}
.ok {
  background-color: rgb(0, 238, 0);
  color: #000;
}
.no {
  background-color: rgba(194, 27, 27, 0.842);
  color: #fff;
}
.hide {
  display: none;
}

#wrap_log table {
  font-family: Arial, Helvetica, sans-serif;
}

#wrap_log table caption {
  text-align: center;
  font-size: 1.175rem;
}

#wrap_log table tr {
  line-height: 0.8;
}

#wrap_log .uk-table th {
  padding: 6px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.85rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
#wrap_log table {
  font-size: 0.85rem;
}
#wrap_log table thead {
  background-color: antiquewhite;
}

.x-head-column {
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: rgb(32, 32, 32);
  font-weight: 500;
}
.x-head-column:hover {
  color: orange;
  cursor: pointer;
}
.x-footer-table {
  background-color: antiquewhite;
}
.x-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-footer-view {
  font-size: 80%;
}

