@media screen and (max-width: 500px) {
  .last-match {
    display: flex;
    align-items: center;
    justify-content: center; }
    .last-match .team-name img {
      max-width: 30px; }
    .last-match .team-name strong {
      font-size: 12px;
      word-break: break-all; }
    .last-match .mscore span {
      width: 30px; }
    .last-match .match-info strong {
      font-size: 10px; }
    .last-match .match-info span {
      font-size: 10px; }
    .last-match .match-info a {
      font-size: 12px; }

  .point-table-widget table tbody tr td img {
    display: block; } }
@media screen and (max-width: 576px) {
  .point-table-widget table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }

  .fc-toolbar.fc-header-toolbar {
    flex-direction: column; } }

/*# sourceMappingURL=respo.css.map */
