/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
.match-team-logo--team-av:before {
    border-color: #20e1fa;
}
.match-team-logo--team-aa:before {
    border-color: #FAA620;
}
.match-team-logo--team-gc:before {
    border-color: #B320FA;
}
.match-team-logo--team-rat:before {
    border-color: #FA2020;
}
.upcoming-table tbody td:nth-child(2) {
    width: 22.5%;
    min-width: 235px;
}
.upcoming-table tbody td:nth-child(3) {
    width: 10%;
    min-width: 100px;
}
.upcoming-table tbody td:nth-child(4) {
    width: 10%;
    min-width: 100px;
}
.upcoming-table__team-vs {
    text-align: left;
    padding-left: 60px;
    width: 80%;
    color: #1F6ED0;
}
/*# sourceMappingURL=maps/custom.css.map */
@media only screen and (max-width: 600px) {
  .team-player__photo img {
    max-width: 100%;
  }
}

#callus-container {
    bottom: 60px;
    position: relative;
}