#footer-thankyou::after {
  content: " Enscompare Plugin Version: 2.5.6320";
  font-size: 0.7em;
  color: gray;
}
.btnPaging, .btnPaging:hover, .btnPaging:visited {
  display: inline-block;
  padding: 2px 5px;
  background-color: #eeeeee;
  margin-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
}
.btnPaging.active, .btnPaging:hover {
  background-color: #d8e3d8;
}
li[class*="toplevel_page_ens"].menu-top {
  background: #243451;
}
li[class*="toplevel_page_ens"].menu-top:nth-child(even) {
  background-color: #314569;
}
label[title] {
  text-decoration: underline dotted;
}
label[title]:after {
  content: "*";
}
.ens-admin-table {
  width: 100%;
  margin-right: 10em;
  border-collapse: collapse;
}
.ens-admin-table td, .ens-admin-table th {
  padding: 5px;
  border: 1px solid #ccc;
}
.ens-admin-table td.break {
  word-break: break-word;
}
.ens-admin-table tr.selected {
  background-color: #a9e890aa;
}
