table.csCerts tr:first-child td {
  //width: 20%;
  background: #e2e2e2;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #fff;
}

table.csCerts tr:first-child td:first-child {
  width: auto;
  border-top-left-radius: 5px;
}

table.csCerts tr:first-child td:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}

table.csCerts ul {
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
  /*border: 1px solid #fff;*/
}

table.csCerts ul li {
  text-align: left;
}

table.csCerts ul.attention {
  margin: 10px 0 0 0;
}

table.csCerts ul.attention li {
  background-position-y: 4px;
}

table.csCerts .key-storage {
  display: block;
  padding: 0 0 5px 0;
}

table.csCerts .key-storage img {
  width: 70px;
  height: 40px;
}

table.csCerts td.ov {
  background: #e2e2e2 !important;
}

table.csCerts td.ev {
  background: #53A444 !important;
}

table.csCerts td.ev,
table.csCerts td.ev * {
  color: #fff;
  text-shadow: -1px -1px #336a29;
}

span.code {
  display: inline-block !important;
  padding: 1px 5px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  font-size: 0.9em;
}