table.sslporovnani {
  width: 100%;
}

thead tr th {
  background: #d8d8d8;
  padding: 8px 0 5px 0;
  border: 0;
  border-right: 1px solid #fff;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 13px;
}

thead tr td {
  background: #e2e2e2 !important;
  color: #575859 !important;
  text-shadow: 1px 1px #FFF !important;
}

tbody small.ca img {
  height: 18px;
  margin-bottom: 2px;
}

tbody tr.certrow td:first-child a {
  display: inline-block;
  padding: 5px 0 3px 0;
  font-size: 18px !important;
}

tbody tr.certrow td:last-child a {
  display: inline-block;
  margin: 3px 12px;
}

tbody tr:hover td {
  background: #E7FFDA !important;
}