/* default styles for extension "tx_cfcleaguefe_report" */
[class^="glyphicon-t3sports-"],
[class*=" glyphicon-t3sports-"] {
  background-image: url("/typo3conf/ext/cfc_league_fe/Resources/Public/Css/icons.png");
}
.glyphicon-t3sports-goal { background-position : 0px 0px; width : 14px; height : 14px;  }
.glyphicon-t3sports-card-yellow { background-position : -13px 0px; width : 14px; height : 14px;  }
.glyphicon-t3sports-card-yellowred { background-position : -26px 0px; width : 14px; height : 14px;  }
.glyphicon-t3sports-card-red { background-position : -39px 0px; width : 14px; height : 14px;  }
/* default styles for extension "tx_form" */
    .captcha { margin-bottom: .5rem; }
    .captcha a { margin-left: .5rem; }
    .captcha--reloading img { opacity: 0.5; }
    .captcha--reloading a { cursor: auto; }
    .captcha--spin .captcha__reload svg { animation: spin 0.8s infinite linear; }
    .captcha__audio__mute { display: none; }
    .captcha--playing .captcha__audio__mute { display: inherit; }
    .captcha--playing .captcha__audio__sound { display: none; }
    @keyframes spin {
      from {transform:rotate(359deg);}
      to {transform:rotate(0deg);}
    }
