@media only screen and (max-width: 767px) {
  header a.logo {
    margin-top: 44px;
  }
}

main .content-block table {
  border: none !important;
}

main .content-block table td {
  padding: 12px 12px;
  border: none;
}

main .content-block table td p {
  margin: 0;
}

main .content-block table tr:nth-child(even) td {
  background-color: #efefef;
}