.latest-goal-scorers table {
  border-collapse: collapse;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%; }
  .latest-goal-scorers table img {
    max-width: inherit; }
  .latest-goal-scorers table th {
    padding: 4px 2px 3px;
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap; }
  .latest-goal-scorers table tr {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    height: inherit; }
    .latest-goal-scorers table tr.einzeilig {
      height: 30px; }
    .latest-goal-scorers table tr.datenvielfalt {
      height: 33px; }
      .latest-goal-scorers table tr.datenvielfalt:nth-child(odd) {
        height: 32px; }
    .latest-goal-scorers table tr:nth-child(odd) {
      background: #f3f3f3; }
    .latest-goal-scorers table tr:nth-child(even) {
      background: #fff; }
    .latest-goal-scorers table tr:hover {
      background: #e4e4e4;
      cursor: default;
      transition: background 0.08s ease-in; }
  .latest-goal-scorers table td {
    border: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer; }
    .latest-goal-scorers table td.foto {
      height: 48px;
      padding-left: 0;
      width: 48px; }
      .latest-goal-scorers table td.foto img {
        height: 48px;
        width: 37px; }
    .latest-goal-scorers table td a.live-ergebnis {
      color: #8f1a29;
      font-weight: bold; }
    .latest-goal-scorers table td .spielername {
      font-size: 14px;
      font-weight: 700;
      display: block; }
    .latest-goal-scorers table td .spielerZusatz {
      margin-top: 7px;
      display: block;
      font-size: 12px;
      font-weight: 700; }
      .latest-goal-scorers table td .spielerZusatz a {
        color: #333; }
    .latest-goal-scorers table td .live-ergebnis-torschuetzen {
      display: inline-block;
      text-align: center;
      height: auto;
      min-width: 40px;
      white-space: nowrap;
      line-height: 38px;
      font-weight: 700;
      padding: 0 4px;
      font-size: 20px;
      vertical-align: top; }
    .latest-goal-scorers table td.zentriert {
      text-align: center; }
      .latest-goal-scorers table td.zentriert a img {
        width: 35px;
        height: 35px; }
  .latest-goal-scorers table thead tr {
    border-top: 0; }
  .latest-goal-scorers table tfoot tr {
    border-top: 0;
    border-bottom: 0; }
  .latest-goal-scorers table tfoot td {
    text-align: right;
    padding: 4px 2px 3px 6px;
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    cursor: pointer; }
    .latest-goal-scorers table tfoot td a {
      color: #1d75a3; }
      .latest-goal-scorers table tfoot td a::after {
        content: '\00BB';
        padding-left: 3px; }
