.slide img.head {
  margin: 0;
  display: inline;
}

.deck-container {
  width: 90%;
}

/* github table https://github.com/alampros/Docter/blob/master/ghf_marked.css */
.deck-container table
{
  border-collapse:collapse;
  margin:20px 0 30px 0;
  padding:0;
}

table tr
{
  border-top:1px solid #ccc;
  background-color:#fff;
  margin:0;
  padding:0;
}

table tr:nth-child(2n)
{
  background-color:#f8f8f8;
}
table tr th[align="center"], table tr td[align="center"] {
  text-align:center;
}
table tr th, table tr td
{
  border:1px solid #ccc;
  margin:0;
  padding:6px 13px;
}

table tr td
{
  text-align:left;
}

.deck-container table th, .deck-container table td {
  border:1px solid #ccc;
  margin:0;
  padding:6px 13px;
  color: #333;
}

.slide img {
  background-color: white;
}
