img {
  width: auto!important;
}
table {
  border-spacing: 0em;
  border-collapse: collapse;
  font-size: .75em;
}
th {
  vertical-align: top;
  border-top: 0px solid silver;
  border-bottom: 2px solid rgb(85, 85, 85);
  /*padding: 0 0.25em;*/
}
td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
th, td {padding: 0 0.375em}
th:first-child, td:first-child {padding-left: 0}
th:last-child, td:last-child {padding-right: 0}

kbd kbd{
  border-radius:0.2em;
  background-color:#e9e9e9;
  border-color:#dddddd rgb(170,170,170) rgb(170,170,170) rgb(221,221,221);
  border-style:solid;
  border-width:2px;
  font-family:sans-serif;
  font-size:0.9em;
  font-weight:normal;
  margin:0;
  padding:0.15em 0.4em 0.15em 0.3em;
}
